Html Css Color HEX #CB5CAB Fuchsia

📋 copy color: '#CB5CAB'

red 203 ◦ green 92 ◦ blue 171

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

Shades of Fuchsia #CB5CAB

Tints of Fuchsia #CB5CAB

RGB

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

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

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

R = 43.56%
G = 19.74%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB5CAB (or 0xCB5CAB) is known color: Fuchsia. HEX triplet: CB, 5C and AB. RGB value is (203,92,171). Sum of RGB (Red+Green+Blue) = 203+92+171=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5CAB is #34A354. Grayscale: #858585. Windows color (decimal): -3449685 or 11230411. OLE color: 11230411.

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

Color convert

RGB 203 92 171 -
CMYK 0 0.55 0.16 0.20
HSL 317.3º 0.52% 0.58% -
HSV(B) 317.3º 0.55% 0.8% -
XYZ 35.81 23.29 41.14 -
YUV 134.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 203 92 171 0 0.55 0.16 0.20 317.3 0.52 0.58
Hex CB 5C AB 0 37 10 14 13D 34 3A
Octal 313 134 253 0 67 20 24 475 64 72
Binary 11001011 1011100 10101011 0 110111 10000 10100 100111101 110100 111010

Color Harmonies of #CB5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5CAB

Black with #CB5CAB

Text Example


Text Example

White with #CB5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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