Html Css Color HEX #C20CDD Deep Magenta

📋 copy color: '#C20CDD'

red 194 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #C20CDD

Tints of Deep Magenta #C20CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 45.43%
G = 2.81%
B = 51.76%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C20CDD (or 0xC20CDD) is known color: Deep Magenta. HEX triplet: C2, 0C and DD. RGB value is (194,12,221). Sum of RGB (Red+Green+Blue) = 194+12+221=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #C20CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CDD is #3DF322. Grayscale: #595959. Windows color (decimal): -4059939 or 14486722. OLE color: 14486722.

HSL color Cylindrical-coordinate representation of color #C20CDD: hue angle of 292.25º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20CDD is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 12 221 -
CMYK 0.12 0.95 0 0.13
HSL 292.25º 0.9% 0.46% -
HSV(B) 292.25º 0.95% 0.87% -
XYZ 35.43 16.95 69.81 -
YUV 90.24 201.8 202.01 -
System Red Green Blue C M Y K H S L
Decimal 194 12 221 0.12 0.95 0 0.13 292.25 0.9 0.46
Hex C2 C DD C 5F 0 D 124 5A 2E
Octal 302 14 335 14 137 0 15 444 132 56
Binary 11000010 1100 11011101 1100 1011111 0 1101 100100100 1011010 101110

Color Harmonies of #C20CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20CDD

Black with #C20CDD

Text Example


Text Example

White with #C20CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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