#CB3DC7

Color #CB3DC7 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CB3DC7

Tints of Fuchsia #CB3DC7

Color information

#CB3DC7 (or 0xCB3DC7) is unknown color: approx Fuchsia. HEX triplet: CB, 3D and C7. RGB value is (203,61,199). Sum of RGB (Red+Green+Blue) = 203+61+199=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DC7 is #34C238. Grayscale: #767676. Windows color (decimal): -3457593 or 13057483. OLE color: 13057483.

HSL color Cylindrical-coordinate representation of color #CB3DC7: hue angle of 301.69º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3DC7 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB20361199-
CMYK00.700.020.20
HSL301.69º57.72%51.76%-
HSV(B)301.69º69.95%79.61%-
XYZ36.6120.1655.99-
YUV119.19173.04187.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 61 (24.22% from 255) = 13.17%
BLUE value IS 199 (78.12% from 255) = 42.98%
R=43.84%
G=13.17%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036119900.700.020.20301.6957.7251.76
HexCB3DC704621412e3a34
Octal3137530701062244567264
Binary1100101111110111000111010001101010100100101110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3DC7; }

 p { color: rgb(203,61,199); }

 H1.HeaderClassName
 {
   color: #CB3DC7;
 }
 .AnyTagClassName
 {
   color: #CB3DC7;
 }
</style>
background-color css

<style>
 a { background-color: #CB3DC7; }

 a { background-color: rgb(203,61,199); }

 div.DivClassName
 {
   background-color: #CB3DC7;
 }
 .BgClassName
 {
   background-color: #CB3DC7;
 }
</style>
border-color css

<style>
 span { border-color: #CB3DC7; }

 span { border-color: rgb(203,61,199); }

 td.TdClassName
 {
   border-color: #CB3DC7;
 }
 .TagClassName
 {
   border-color: #CB3DC7;
 }
</style>