Html Css Color HEX #CB5AB8 Fuchsia

📋 copy color: '#CB5AB8'

red 203 ◦ green 90 ◦ blue 184

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

Shades of Fuchsia #CB5AB8

Tints of Fuchsia #CB5AB8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.87%

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

R = 42.56%
G = 18.87%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB5AB8 (or 0xCB5AB8) is known color: Fuchsia. HEX triplet: CB, 5A and B8. RGB value is (203,90,184). Sum of RGB (Red+Green+Blue) = 203+90+184=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5AB8 is #34A547. Grayscale: #868686. Windows color (decimal): -3450184 or 12081867. OLE color: 12081867.

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

Color convert

RGB 203 90 184 -
CMYK 0 0.56 0.09 0.20
HSL 310.09º 0.52% 0.57% -
HSV(B) 310.09º 0.56% 0.8% -
XYZ 36.94 23.47 47.93 -
YUV 134.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 203 90 184 0 0.56 0.09 0.20 310.09 0.52 0.57
Hex CB 5A B8 0 38 9 14 136 34 39
Octal 313 132 270 0 70 11 24 466 64 71
Binary 11001011 1011010 10111000 0 111000 1001 10100 100110110 110100 111001

Color Harmonies of #CB5AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5AB8

Black with #CB5AB8

Text Example


Text Example

White with #CB5AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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