Html Css Color HEX #CB5ABA Fuchsia

📋 copy color: '#CB5ABA'

red 203 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #CB5ABA

Tints of Fuchsia #CB5ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 42.38%
G = 18.79%
B = 38.83%

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

#CB5ABA (or 0xCB5ABA) is known color: Fuchsia. HEX triplet: CB, 5A and BA. RGB value is (203,90,186). Sum of RGB (Red+Green+Blue) = 203+90+186=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ABA is #34A545. Grayscale: #868686. Windows color (decimal): -3450182 or 12212939. OLE color: 12212939.

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

Color convert

RGB 203 90 186 -
CMYK 0 0.56 0.08 0.20
HSL 309.03º 0.52% 0.57% -
HSV(B) 309.03º 0.56% 0.8% -
XYZ 37.15 23.55 49.04 -
YUV 134.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 203 90 186 0 0.56 0.08 0.20 309.03 0.52 0.57
Hex CB 5A BA 0 38 8 14 135 34 39
Octal 313 132 272 0 70 10 24 465 64 71
Binary 11001011 1011010 10111010 0 111000 1000 10100 100110101 110100 111001

Color Harmonies of #CB5ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5ABA

Black with #CB5ABA

Text Example


Text Example

White with #CB5ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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