Html Css Color HEX #CB2AB4 Fuchsia

📋 copy color: '#CB2AB4'

red 203 ◦ green 42 ◦ blue 180

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

Shades of Fuchsia #CB2AB4

Tints of Fuchsia #CB2AB4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.88%

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

R = 47.76%
G = 9.88%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB2AB4 (or 0xCB2AB4) is known color: Fuchsia. HEX triplet: CB, 2A and B4. RGB value is (203,42,180). Sum of RGB (Red+Green+Blue) = 203+42+180=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2AB4 is #34D54B. Grayscale: #696969. Windows color (decimal): -3462476 or 11807435. OLE color: 11807435.

HSL color Cylindrical-coordinate representation of color #CB2AB4: hue angle of 308.57º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2AB4 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 42 180 -
CMYK 0 0.79 0.11 0.20
HSL 308.57º 0.66% 0.48% -
HSV(B) 308.57º 0.79% 0.8% -
XYZ 33.69 17.65 44.81 -
YUV 105.87 169.84 197.28 -
System Red Green Blue C M Y K H S L
Decimal 203 42 180 0 0.79 0.11 0.20 308.57 0.66 0.48
Hex CB 2A B4 0 4F B 14 135 42 30
Octal 313 52 264 0 117 13 24 465 102 60
Binary 11001011 101010 10110100 0 1001111 1011 10100 100110101 1000010 110000

Color Harmonies of #CB2AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2AB4

Black with #CB2AB4

Text Example


Text Example

White with #CB2AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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