Html Css Color HEX #C20CB2 Deep Magenta

📋 copy color: '#C20CB2'

red 194 ◦ green 12 ◦ blue 178

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

Shades of Deep Magenta #C20CB2

Tints of Deep Magenta #C20CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.35%

R = 50.52%
G = 3.13%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C20CB2 (or 0xC20CB2) is known color: Deep Magenta. HEX triplet: C2, 0C and B2. RGB value is (194,12,178). Sum of RGB (Red+Green+Blue) = 194+12+178=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20CB2 is #3DF34D. Grayscale: #545454. Windows color (decimal): -4059982 or 11668674. OLE color: 11668674.

HSL color Cylindrical-coordinate representation of color #C20CB2: hue angle of 305.27º 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 #C20CB2 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 178 -
CMYK 0 0.94 0.08 0.24
HSL 305.27º 0.88% 0.4% -
HSV(B) 305.27º 0.94% 0.76% -
XYZ 30.42 14.95 43.4 -
YUV 85.34 180.3 205.5 -
System Red Green Blue C M Y K H S L
Decimal 194 12 178 0 0.94 0.08 0.24 305.27 0.88 0.4
Hex C2 C B2 0 5E 8 18 131 58 28
Octal 302 14 262 0 136 10 30 461 130 50
Binary 11000010 1100 10110010 0 1011110 1000 11000 100110001 1011000 101000

Color Harmonies of #C20CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20CB2

Black with #C20CB2

Text Example


Text Example

White with #C20CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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