Html Css Color HEX #CB5BAB Fuchsia

📋 copy color: '#CB5BAB'

red 203 ◦ green 91 ◦ blue 171

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

Shades of Fuchsia #CB5BAB

Tints of Fuchsia #CB5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.57%

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

R = 43.66%
G = 19.57%
B = 36.77%

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

#CB5BAB (or 0xCB5BAB) is known color: Fuchsia. HEX triplet: CB, 5B and AB. RGB value is (203,91,171). Sum of RGB (Red+Green+Blue) = 203+91+171=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5BAB is #34A454. Grayscale: #858585. Windows color (decimal): -3449941 or 11230155. OLE color: 11230155.

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

Color convert

RGB 203 91 171 -
CMYK 0 0.55 0.16 0.20
HSL 317.14º 0.52% 0.58% -
HSV(B) 317.14º 0.55% 0.8% -
XYZ 35.72 23.12 41.11 -
YUV 133.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 203 91 171 0 0.55 0.16 0.20 317.14 0.52 0.58
Hex CB 5B AB 0 37 10 14 13D 34 3A
Octal 313 133 253 0 67 20 24 475 64 72
Binary 11001011 1011011 10101011 0 110111 10000 10100 100111101 110100 111010

Color Harmonies of #CB5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5BAB

Black with #CB5BAB

Text Example


Text Example

White with #CB5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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