Html Css Color HEX #CB5DAB Fuchsia

📋 copy color: '#CB5DAB'

red 203 ◦ green 93 ◦ blue 171

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

Shades of Fuchsia #CB5DAB

Tints of Fuchsia #CB5DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.91%

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 43.47%
G = 19.91%
B = 36.62%

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

#CB5DAB (or 0xCB5DAB) is known color: Fuchsia. HEX triplet: CB, 5D and AB. RGB value is (203,93,171). Sum of RGB (Red+Green+Blue) = 203+93+171=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5DAB is #34A254. Grayscale: #868686. Windows color (decimal): -3449429 or 11230667. OLE color: 11230667.

HSL color Cylindrical-coordinate representation of color #CB5DAB: hue angle of 317.45º 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 #CB5DAB is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 93 171 -
CMYK 0 0.54 0.16 0.20
HSL 317.45º 0.51% 0.58% -
HSV(B) 317.45º 0.54% 0.8% -
XYZ 35.89 23.47 41.17 -
YUV 134.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 203 93 171 0 0.54 0.16 0.20 317.45 0.51 0.58
Hex CB 5D AB 0 36 10 14 13D 33 3A
Octal 313 135 253 0 66 20 24 475 63 72
Binary 11001011 1011101 10101011 0 110110 10000 10100 100111101 110011 111010

Color Harmonies of #CB5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5DAB

Black with #CB5DAB

Text Example


Text Example

White with #CB5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5DAB; }

 p { color: rgb(203,93,171); }

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

background-color css

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

 a { background-color: rgb(203,93,171); }

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

border-color css

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

 span { border-color: rgb(203,93,171); }

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