Html Css Color HEX #C20BBA Deep Magenta

📋 copy color: '#C20BBA'

red 194 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #C20BBA

Tints of Deep Magenta #C20BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 49.62%
G = 2.81%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C20BBA (or 0xC20BBA) is known color: Deep Magenta. HEX triplet: C2, 0B and BA. RGB value is (194,11,186). Sum of RGB (Red+Green+Blue) = 194+11+186=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C20BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BBA is #3DF445. Grayscale: #555555. Windows color (decimal): -4060230 or 12192706. OLE color: 12192706.

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

Color convert

RGB 194 11 186 -
CMYK 0 0.94 0.04 0.24
HSL 302.62º 0.89% 0.4% -
HSV(B) 302.62º 0.94% 0.76% -
XYZ 31.23 15.25 47.75 -
YUV 85.67 184.63 205.27 -
System Red Green Blue C M Y K H S L
Decimal 194 11 186 0 0.94 0.04 0.24 302.62 0.89 0.4
Hex C2 B BA 0 5E 4 18 12F 59 28
Octal 302 13 272 0 136 4 30 457 131 50
Binary 11000010 1011 10111010 0 1011110 100 11000 100101111 1011001 101000

Color Harmonies of #C20BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BBA

Black with #C20BBA

Text Example


Text Example

White with #C20BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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