Html Css Color HEX #CB5ABB Fuchsia

📋 copy color: '#CB5ABB'

red 203 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #CB5ABB

Tints of Fuchsia #CB5ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 42.29%
G = 18.75%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB5ABB (or 0xCB5ABB) is known color: Fuchsia. HEX triplet: CB, 5A and BB. RGB value is (203,90,187). Sum of RGB (Red+Green+Blue) = 203+90+187=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ABB is #34A544. Grayscale: #868686. Windows color (decimal): -3450181 or 12278475. OLE color: 12278475.

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

Color convert

RGB 203 90 187 -
CMYK 0 0.56 0.08 0.20
HSL 308.5º 0.52% 0.57% -
HSV(B) 308.5º 0.56% 0.8% -
XYZ 37.25 23.6 49.6 -
YUV 134.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 203 90 187 0 0.56 0.08 0.20 308.5 0.52 0.57
Hex CB 5A BB 0 38 8 14 134 34 39
Octal 313 132 273 0 70 10 24 464 64 71
Binary 11001011 1011010 10111011 0 111000 1000 10100 100110100 110100 111001

Color Harmonies of #CB5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5ABB

Black with #CB5ABB

Text Example


Text Example

White with #CB5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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