#CB51CE

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

Shades of Fuchsia #CB51CE

Tints of Fuchsia #CB51CE

Color information

#CB51CE (or 0xCB51CE) is unknown color: approx Fuchsia. HEX triplet: CB, 51 and CE. RGB value is (203,81,206). Sum of RGB (Red+Green+Blue) = 203+81+206=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB51CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51CE is #34AE31. Grayscale: #838383. Windows color (decimal): -3452466 or 13521355. OLE color: 13521355.

HSL color Cylindrical-coordinate representation of color #CB51CE: hue angle of 298.56º degrees, saturation: 0.56, 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 #CB51CE is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20381206-
CMYK0.010.6100.19
HSL298.56º56.05%56.27%-
HSV(B)298.56º60.68%80.78%-
XYZ38.7123.0460.8-
YUV131.73169.92178.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 81 (32.03% from 255) = 16.53%
BLUE value IS 206 (80.86% from 255) = 42.04%
R=41.43%
G=16.53%
B=42.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203812060.010.6100.19298.5656.0556.27
HexCB51CE13D01312b3838
Octal3131213161750234537070
Binary110010111010001110011101111101010011100101011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB51CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB51CE; }

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

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

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

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

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

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

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

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