Html Css Color HEX #C20CBD Deep Magenta

📋 copy color: '#C20CBD'

red 194 ◦ green 12 ◦ blue 189

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

Shades of Deep Magenta #C20CBD

Tints of Deep Magenta #C20CBD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.04%

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 49.11%
G = 3.04%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C20CBD (or 0xC20CBD) is known color: Deep Magenta. HEX triplet: C2, 0C and BD. RGB value is (194,12,189). Sum of RGB (Red+Green+Blue) = 194+12+189=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CBD is #3DF342. Grayscale: #565656. Windows color (decimal): -4059971 or 12389570. OLE color: 12389570.

HSL color Cylindrical-coordinate representation of color #C20CBD: hue angle of 301.65º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CBD is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 189 -
CMYK 0 0.94 0.03 0.24
HSL 301.65º 0.88% 0.4% -
HSV(B) 301.65º 0.94% 0.76% -
XYZ 31.56 15.41 49.45 -
YUV 86.6 185.8 204.61 -
System Red Green Blue C M Y K H S L
Decimal 194 12 189 0 0.94 0.03 0.24 301.65 0.88 0.4
Hex C2 C BD 0 5E 3 18 12E 58 28
Octal 302 14 275 0 136 3 30 456 130 50
Binary 11000010 1100 10111101 0 1011110 11 11000 100101110 1011000 101000

Color Harmonies of #C20CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20CBD

Black with #C20CBD

Text Example


Text Example

White with #C20CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20CBD; }

 p { color: rgb(194,12,189); }

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

background-color css

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

 a { background-color: rgb(194,12,189); }

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

border-color css

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

 span { border-color: rgb(194,12,189); }

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