#CB31CF

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

Shades of Fuchsia #CB31CF

Tints of Fuchsia #CB31CF

Color information

#CB31CF (or 0xCB31CF) is unknown color: approx Fuchsia. HEX triplet: CB, 31 and CF. RGB value is (203,49,207). Sum of RGB (Red+Green+Blue) = 203+49+207=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB31CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31CF is #34CE30. Grayscale: #707070. Windows color (decimal): -3460657 or 13578699. OLE color: 13578699.

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

Color convert

RGB20349207-
CMYK0.020.7600.19
HSL298.48º62.2%50.2%-
HSV(B)298.48º76.33%81.18%-
XYZ36.9919.460.83-
YUV113.06181.02192.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 49 (19.53% from 255) = 10.68%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=44.23%
G=10.68%
B=45.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203492070.020.7600.19298.4862.250.2
HexCB31CF24C01312a3e32
Octal3136131721140234527662
Binary1100101111000111001111101001100010011100101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB31CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB31CF; }

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

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

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

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

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

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

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

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