Html Css Color HEX #C20BDA Deep Magenta

📋 copy color: '#C20BDA'

red 194 ◦ green 11 ◦ blue 218

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

Shades of Deep Magenta #C20BDA

Tints of Deep Magenta #C20BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 45.86%
G = 2.6%
B = 51.54%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C20BDA (or 0xC20BDA) is known color: Deep Magenta. HEX triplet: C2, 0B and DA. RGB value is (194,11,218). Sum of RGB (Red+Green+Blue) = 194+11+218=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #C20BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BDA is #3DF425. Grayscale: #585858. Windows color (decimal): -4060198 or 14289858. OLE color: 14289858.

HSL color Cylindrical-coordinate representation of color #C20BDA: hue angle of 293.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BDA is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 11 218 -
CMYK 0.11 0.95 0 0.15
HSL 293.04º 0.9% 0.45% -
HSV(B) 293.04º 0.95% 0.85% -
XYZ 35.02 16.77 67.72 -
YUV 89.32 200.63 202.67 -
System Red Green Blue C M Y K H S L
Decimal 194 11 218 0.11 0.95 0 0.15 293.04 0.9 0.45
Hex C2 B DA B 5F 0 F 125 5A 2D
Octal 302 13 332 13 137 0 17 445 132 55
Binary 11000010 1011 11011010 1011 1011111 0 1111 100100101 1011010 101101

Color Harmonies of #C20BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BDA

Black with #C20BDA

Text Example


Text Example

White with #C20BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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