Html Css Color HEX #CB5AB4 Fuchsia

📋 copy color: '#CB5AB4'

red 203 ◦ green 90 ◦ blue 180

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

Shades of Fuchsia #CB5AB4

Tints of Fuchsia #CB5AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.05%

R = 42.92%
G = 19.03%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB5AB4 (or 0xCB5AB4) is known color: Fuchsia. HEX triplet: CB, 5A and B4. RGB value is (203,90,180). Sum of RGB (Red+Green+Blue) = 203+90+180=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5AB4 is #34A54B. Grayscale: #858585. Windows color (decimal): -3450188 or 11819723. OLE color: 11819723.

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

Color convert

RGB 203 90 180 -
CMYK 0 0.56 0.11 0.20
HSL 312.21º 0.52% 0.57% -
HSV(B) 312.21º 0.56% 0.8% -
XYZ 36.52 23.3 45.75 -
YUV 134.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 203 90 180 0 0.56 0.11 0.20 312.21 0.52 0.57
Hex CB 5A B4 0 38 B 14 138 34 39
Octal 313 132 264 0 70 13 24 470 64 71
Binary 11001011 1011010 10110100 0 111000 1011 10100 100111000 110100 111001

Color Harmonies of #CB5AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5AB4

Black with #CB5AB4

Text Example


Text Example

White with #CB5AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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