Html Css Color HEX #C20BDB Deep Magenta

📋 copy color: '#C20BDB'

red 194 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #C20BDB

Tints of Deep Magenta #C20BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 45.75%
G = 2.59%
B = 51.65%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C20BDB (or 0xC20BDB) is known color: Deep Magenta. HEX triplet: C2, 0B and DB. RGB value is (194,11,219). Sum of RGB (Red+Green+Blue) = 194+11+219=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #C20BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BDB is #3DF424. Grayscale: #585858. Windows color (decimal): -4060197 or 14355394. OLE color: 14355394.

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

Color convert

RGB 194 11 219 -
CMYK 0.11 0.95 0 0.14
HSL 292.79º 0.9% 0.45% -
HSV(B) 292.79º 0.95% 0.86% -
XYZ 35.15 16.82 68.41 -
YUV 89.43 201.13 202.59 -
System Red Green Blue C M Y K H S L
Decimal 194 11 219 0.11 0.95 0 0.14 292.79 0.9 0.45
Hex C2 B DB B 5F 0 E 125 5A 2D
Octal 302 13 333 13 137 0 16 445 132 55
Binary 11000010 1011 11011011 1011 1011111 0 1110 100100101 1011010 101101

Color Harmonies of #C20BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BDB

Black with #C20BDB

Text Example


Text Example

White with #C20BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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