Html Css Color HEX #C20DBF Deep Magenta

📋 copy color: '#C20DBF'

red 194 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #C20DBF

Tints of Deep Magenta #C20DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

 BLUE value IS 191 (75% from 255) = 47.99%

R = 48.74%
G = 3.27%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C20DBF (or 0xC20DBF) is known color: Deep Magenta. HEX triplet: C2, 0D and BF. RGB value is (194,13,191). Sum of RGB (Red+Green+Blue) = 194+13+191=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C20DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DBF is #3DF240. Grayscale: #565656. Windows color (decimal): -4059713 or 12520898. OLE color: 12520898.

HSL color Cylindrical-coordinate representation of color #C20DBF: hue angle of 300.99º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20DBF is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 13 191 -
CMYK 0 0.93 0.02 0.24
HSL 300.99º 0.87% 0.41% -
HSV(B) 300.99º 0.93% 0.76% -
XYZ 31.8 15.52 50.61 -
YUV 87.41 186.47 204.03 -
System Red Green Blue C M Y K H S L
Decimal 194 13 191 0 0.93 0.02 0.24 300.99 0.87 0.41
Hex C2 D BF 0 5D 2 18 12D 57 29
Octal 302 15 277 0 135 2 30 455 127 51
Binary 11000010 1101 10111111 0 1011101 10 11000 100101101 1010111 101001

Color Harmonies of #C20DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20DBF

Black with #C20DBF

Text Example


Text Example

White with #C20DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20DBF; }

 p { color: rgb(194,13,191); }

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

background-color css

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

 a { background-color: rgb(194,13,191); }

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

border-color css

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

 span { border-color: rgb(194,13,191); }

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