Html Css Color HEX #C20BD5 Deep Magenta

📋 copy color: '#C20BD5'

red 194 ◦ green 11 ◦ blue 213

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

Shades of Deep Magenta #C20BD5

Tints of Deep Magenta #C20BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.96%

R = 46.41%
G = 2.63%
B = 50.96%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C20BD5 (or 0xC20BD5) is known color: Deep Magenta. HEX triplet: C2, 0B and D5. RGB value is (194,11,213). Sum of RGB (Red+Green+Blue) = 194+11+213=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #C20BD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BD5 is #3DF42A. Grayscale: #585858. Windows color (decimal): -4060203 or 13962178. OLE color: 13962178.

HSL color Cylindrical-coordinate representation of color #C20BD5: hue angle of 294.36º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BD5 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 11 213 -
CMYK 0.09 0.95 0 0.16
HSL 294.36º 0.9% 0.44% -
HSV(B) 294.36º 0.95% 0.84% -
XYZ 34.38 16.51 64.33 -
YUV 88.75 198.13 203.07 -
System Red Green Blue C M Y K H S L
Decimal 194 11 213 0.09 0.95 0 0.16 294.36 0.9 0.44
Hex C2 B D5 9 5F 0 10 126 5A 2C
Octal 302 13 325 11 137 0 20 446 132 54
Binary 11000010 1011 11010101 1001 1011111 0 10000 100100110 1011010 101100

Color Harmonies of #C20BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BD5

Black with #C20BD5

Text Example


Text Example

White with #C20BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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