#cb51cf

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

Shades of Fuchsia #CB51CF

Tints of Fuchsia #CB51CF

Color information

#CB51CF (or 0xCB51CF) is unknown color: approx Fuchsia. HEX triplet: CB, 51 and CF. RGB value is (203,81,207). Sum of RGB (Red+Green+Blue) = 203+81+207=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB51CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51CF is #34AE30. Grayscale: #838383. Windows color (decimal): -3452465 or 13586891. OLE color: 13586891.

HSL color Cylindrical-coordinate representation of color #CB51CF: hue angle of 298.1º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB51CF is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20381207-
CMYK0.020.6100.19
HSL298.1º56.76%56.47%-
HSV(B)298.1º60.87%81.18%-
XYZ38.8323.0961.44-
YUV131.84170.42178.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 81 (32.03% from 255) = 16.50%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=41.34%
G=16.50%
B=42.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203812070.020.6100.19298.156.7656.47
HexCB51CF23D01312a3938
Octal3131213172750234527170
Binary1100101110100011100111110111101010011100101010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb51cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb51cf; }

 p { color: rgb(203,81,207); }

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

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

 a { background-color: rgb(203,81,207); }

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

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

 span { border-color: rgb(203,81,207); }

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