Html Css Color HEX #C20BAF Deep Magenta

📋 copy color: '#C20BAF'

red 194 ◦ green 11 ◦ blue 175

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

Shades of Deep Magenta #C20BAF

Tints of Deep Magenta #C20BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 51.05%
G = 2.89%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C20BAF (or 0xC20BAF) is known color: Deep Magenta. HEX triplet: C2, 0B and AF. RGB value is (194,11,175). Sum of RGB (Red+Green+Blue) = 194+11+175=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C20BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20BAF is #3DF450. Grayscale: #535353. Windows color (decimal): -4060241 or 11471810. OLE color: 11471810.

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

Color convert

RGB 194 11 175 -
CMYK 0 0.94 0.10 0.24
HSL 306.23º 0.89% 0.4% -
HSV(B) 306.23º 0.94% 0.76% -
XYZ 30.11 14.8 41.83 -
YUV 84.41 179.13 206.16 -
System Red Green Blue C M Y K H S L
Decimal 194 11 175 0 0.94 0.10 0.24 306.23 0.89 0.4
Hex C2 B AF 0 5E A 18 132 59 28
Octal 302 13 257 0 136 12 30 462 131 50
Binary 11000010 1011 10101111 0 1011110 1010 11000 100110010 1011001 101000

Color Harmonies of #C20BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BAF

Black with #C20BAF

Text Example


Text Example

White with #C20BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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