Html Css Color HEX #C020CA Deep Magenta

📋 copy color: '#C020CA'

red 192 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #C020CA

Tints of Deep Magenta #C020CA

RGB

 RED value IS 192 (75.39% from 255) = 45.07%

 GREEN value IS 32 (12.89% from 255) = 7.51%

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

R = 45.07%
G = 7.51%
B = 47.42%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C020CA (or 0xC020CA) is known color: Deep Magenta. HEX triplet: C0, 20 and CA. RGB value is (192,32,202). Sum of RGB (Red+Green+Blue) = 192+32+202=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #C020CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020CA is #3FDF35. Grayscale: #626262. Windows color (decimal): -4185910 or 13246656. OLE color: 13246656.

HSL color Cylindrical-coordinate representation of color #C020CA: hue angle of 296.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C020CA is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 32 202 -
CMYK 0.05 0.84 0 0.21
HSL 296.47º 0.73% 0.46% -
HSV(B) 296.47º 0.84% 0.79% -
XYZ 32.92 16.5 57.33 -
YUV 99.22 186.01 194.18 -
System Red Green Blue C M Y K H S L
Decimal 192 32 202 0.05 0.84 0 0.21 296.47 0.73 0.46
Hex C0 20 CA 5 54 0 15 128 49 2E
Octal 300 40 312 5 124 0 25 450 111 56
Binary 11000000 100000 11001010 101 1010100 0 10101 100101000 1001001 101110

Color Harmonies of #C020CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020CA

Black with #C020CA

Text Example


Text Example

White with #C020CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020CA; }

 p { color: rgb(192,32,202); }

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

background-color css

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

 a { background-color: rgb(192,32,202); }

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

border-color css

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

 span { border-color: rgb(192,32,202); }

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