Html Css Color HEX #CB4DAB Fuchsia

📋 copy color: '#CB4DAB'

red 203 ◦ green 77 ◦ blue 171

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

Shades of Fuchsia #CB4DAB

Tints of Fuchsia #CB4DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.07%

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

R = 45.01%
G = 17.07%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB4DAB (or 0xCB4DAB) is known color: Fuchsia. HEX triplet: CB, 4D and AB. RGB value is (203,77,171). Sum of RGB (Red+Green+Blue) = 203+77+171=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4DAB is #34B254. Grayscale: #7D7D7D. Windows color (decimal): -3453525 or 11226571. OLE color: 11226571.

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

Color convert

RGB 203 77 171 -
CMYK 0 0.62 0.16 0.20
HSL 315.24º 0.55% 0.55% -
HSV(B) 315.24º 0.62% 0.8% -
XYZ 34.63 20.94 40.75 -
YUV 125.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 203 77 171 0 0.62 0.16 0.20 315.24 0.55 0.55
Hex CB 4D AB 0 3E 10 14 13B 37 37
Octal 313 115 253 0 76 20 24 473 67 67
Binary 11001011 1001101 10101011 0 111110 10000 10100 100111011 110111 110111

Color Harmonies of #CB4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4DAB

Black with #CB4DAB

Text Example


Text Example

White with #CB4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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