Html Css Color HEX #C20BCA Deep Magenta

📋 copy color: '#C20BCA'

red 194 ◦ green 11 ◦ blue 202

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

Shades of Deep Magenta #C20BCA

Tints of Deep Magenta #C20BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 47.67%
G = 2.7%
B = 49.63%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C20BCA (or 0xC20BCA) is known color: Deep Magenta. HEX triplet: C2, 0B and CA. RGB value is (194,11,202). Sum of RGB (Red+Green+Blue) = 194+11+202=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #C20BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BCA is #3DF435. Grayscale: #565656. Windows color (decimal): -4060214 or 13241282. OLE color: 13241282.

HSL color Cylindrical-coordinate representation of color #C20BCA: hue angle of 297.49º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BCA is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 11 202 -
CMYK 0.04 0.95 0 0.21
HSL 297.49º 0.9% 0.42% -
HSV(B) 297.49º 0.95% 0.79% -
XYZ 33.03 15.97 57.22 -
YUV 87.49 192.63 203.97 -
System Red Green Blue C M Y K H S L
Decimal 194 11 202 0.04 0.95 0 0.21 297.49 0.9 0.42
Hex C2 B CA 4 5F 0 15 129 5A 2A
Octal 302 13 312 4 137 0 25 451 132 52
Binary 11000010 1011 11001010 100 1011111 0 10101 100101001 1011010 101010

Color Harmonies of #C20BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BCA

Black with #C20BCA

Text Example


Text Example

White with #C20BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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