Html Css Color HEX #C20BBD Deep Magenta

📋 copy color: '#C20BBD'

red 194 ◦ green 11 ◦ blue 189

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

Shades of Deep Magenta #C20BBD

Tints of Deep Magenta #C20BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.97%

R = 49.24%
G = 2.79%
B = 47.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C20BBD (or 0xC20BBD) is known color: Deep Magenta. HEX triplet: C2, 0B and BD. RGB value is (194,11,189). Sum of RGB (Red+Green+Blue) = 194+11+189=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C20BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BBD is #3DF442. Grayscale: #555555. Windows color (decimal): -4060227 or 12389314. OLE color: 12389314.

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

Color convert

RGB 194 11 189 -
CMYK 0 0.94 0.03 0.24
HSL 301.64º 0.89% 0.4% -
HSV(B) 301.64º 0.94% 0.76% -
XYZ 31.55 15.38 49.45 -
YUV 86.01 186.13 205.03 -
System Red Green Blue C M Y K H S L
Decimal 194 11 189 0 0.94 0.03 0.24 301.64 0.89 0.4
Hex C2 B BD 0 5E 3 18 12E 59 28
Octal 302 13 275 0 136 3 30 456 131 50
Binary 11000010 1011 10111101 0 1011110 11 11000 100101110 1011001 101000

Color Harmonies of #C20BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BBD

Black with #C20BBD

Text Example


Text Example

White with #C20BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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