Html Css Color HEX #C20BDD Deep Magenta

📋 copy color: '#C20BDD'

red 194 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #C20BDD

Tints of Deep Magenta #C20BDD

RGB

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

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

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

R = 45.54%
G = 2.58%
B = 51.88%

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

#C20BDD (or 0xC20BDD) is known color: Deep Magenta. HEX triplet: C2, 0B and DD. RGB value is (194,11,221). Sum of RGB (Red+Green+Blue) = 194+11+221=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #C20BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BDD is #3DF422. Grayscale: #595959. Windows color (decimal): -4060195 or 14486466. OLE color: 14486466.

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

Color convert

RGB 194 11 221 -
CMYK 0.12 0.95 0 0.13
HSL 292.29º 0.91% 0.45% -
HSV(B) 292.29º 0.95% 0.87% -
XYZ 35.42 16.93 69.81 -
YUV 89.66 202.13 202.42 -
System Red Green Blue C M Y K H S L
Decimal 194 11 221 0.12 0.95 0 0.13 292.29 0.91 0.45
Hex C2 B DD C 5F 0 D 124 5B 2D
Octal 302 13 335 14 137 0 15 444 133 55
Binary 11000010 1011 11011101 1100 1011111 0 1101 100100100 1011011 101101

Color Harmonies of #C20BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BDD

Black with #C20BDD

Text Example


Text Example

White with #C20BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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