Html Css Color HEX #C20BCB Deep Magenta

📋 copy color: '#C20BCB'

red 194 ◦ green 11 ◦ blue 203

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

Shades of Deep Magenta #C20BCB

Tints of Deep Magenta #C20BCB

RGB

 RED value IS 194 (76.17% from 255) = 47.55%

 GREEN value IS 11 (4.69% from 255) = 2.7%

 BLUE value IS 203 (79.69% from 255) = 49.75%

R = 47.55%
G = 2.7%
B = 49.75%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C20BCB (or 0xC20BCB) is known color: Deep Magenta. HEX triplet: C2, 0B and CB. RGB value is (194,11,203). Sum of RGB (Red+Green+Blue) = 194+11+203=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #C20BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BCB is #3DF434. Grayscale: #575757. Windows color (decimal): -4060213 or 13306818. OLE color: 13306818.

HSL color Cylindrical-coordinate representation of color #C20BCB: hue angle of 297.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BCB is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 11 203 -
CMYK 0.04 0.95 0 0.20
HSL 297.19º 0.9% 0.42% -
HSV(B) 297.19º 0.95% 0.8% -
XYZ 33.15 16.02 57.85 -
YUV 87.61 193.13 203.89 -
System Red Green Blue C M Y K H S L
Decimal 194 11 203 0.04 0.95 0 0.20 297.19 0.9 0.42
Hex C2 B CB 4 5F 0 14 129 5A 2A
Octal 302 13 313 4 137 0 24 451 132 52
Binary 11000010 1011 11001011 100 1011111 0 10100 100101001 1011010 101010

Color Harmonies of #C20BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BCB

Black with #C20BCB

Text Example


Text Example

White with #C20BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BCB; }

 p { color: rgb(194,11,203); }

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

background-color css

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

 a { background-color: rgb(194,11,203); }

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

border-color css

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

 span { border-color: rgb(194,11,203); }

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