Html Css Color HEX #CB5EAA Fuchsia

📋 copy color: '#CB5EAA'

red 203 ◦ green 94 ◦ blue 170

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

Shades of Fuchsia #CB5EAA

Tints of Fuchsia #CB5EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.13%

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 43.47%
G = 20.13%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB5EAA (or 0xCB5EAA) is known color: Fuchsia. HEX triplet: CB, 5E and AA. RGB value is (203,94,170). Sum of RGB (Red+Green+Blue) = 203+94+170=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5EAA is #34A155. Grayscale: #878787. Windows color (decimal): -3449174 or 11165387. OLE color: 11165387.

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

Color convert

RGB 203 94 170 -
CMYK 0 0.54 0.16 0.20
HSL 318.17º 0.51% 0.58% -
HSV(B) 318.17º 0.54% 0.8% -
XYZ 35.89 23.6 40.69 -
YUV 135.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 203 94 170 0 0.54 0.16 0.20 318.17 0.51 0.58
Hex CB 5E AA 0 36 10 14 13E 33 3A
Octal 313 136 252 0 66 20 24 476 63 72
Binary 11001011 1011110 10101010 0 110110 10000 10100 100111110 110011 111010

Color Harmonies of #CB5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EAA

Black with #CB5EAA

Text Example


Text Example

White with #CB5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EAA; }

 p { color: rgb(203,94,170); }

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

background-color css

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

 a { background-color: rgb(203,94,170); }

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

border-color css

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

 span { border-color: rgb(203,94,170); }

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