Html Css Color HEX #CB5CB8 Fuchsia

📋 copy color: '#CB5CB8'

red 203 ◦ green 92 ◦ blue 184

#CB5CB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CB5CB8

Tints of Fuchsia #CB5CB8

RGB

 RED value IS 203 (79.69% from 255) = 42.38%

 GREEN value IS 92 (36.33% from 255) = 19.21%

 BLUE value IS 184 (72.27% from 255) = 38.41%

R = 42.38%
G = 19.21%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB5CB8 (or 0xCB5CB8) is known color: Fuchsia. HEX triplet: CB, 5C and B8. RGB value is (203,92,184). Sum of RGB (Red+Green+Blue) = 203+92+184=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CB8 is #34A347. Grayscale: #878787. Windows color (decimal): -3449672 or 12082379. OLE color: 12082379.

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

Color convert

RGB 203 92 184 -
CMYK 0 0.55 0.09 0.20
HSL 310.27º 0.52% 0.58% -
HSV(B) 310.27º 0.55% 0.8% -
XYZ 37.11 23.81 47.99 -
YUV 135.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 203 92 184 0 0.55 0.09 0.20 310.27 0.52 0.58
Hex CB 5C B8 0 37 9 14 136 34 3A
Octal 313 134 270 0 67 11 24 466 64 72
Binary 11001011 1011100 10111000 0 110111 1001 10100 100110110 110100 111010

Color Harmonies of #CB5CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5CB8

Black with #CB5CB8

Text Example


Text Example

White with #CB5CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5CB8; }

 p { color: rgb(203,92,184); }

 H1.HeaderClassName
 {
   color: #CB5CB8;
 }
 .AnyTagClassName
 {
   color: #CB5CB8;
 }
</style>

background-color css

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

 a { background-color: rgb(203,92,184); }

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

border-color css

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

 span { border-color: rgb(203,92,184); }

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