Html Css Color HEX #C020CC Deep Magenta

📋 copy color: '#C020CC'

red 192 ◦ green 32 ◦ blue 204

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

Shades of Deep Magenta #C020CC

Tints of Deep Magenta #C020CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 44.86%
G = 7.48%
B = 47.66%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C020CC (or 0xC020CC) is known color: Deep Magenta. HEX triplet: C0, 20 and CC. RGB value is (192,32,204). Sum of RGB (Red+Green+Blue) = 192+32+204=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #C020CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020CC is #3FDF33. Grayscale: #626262. Windows color (decimal): -4185908 or 13377728. OLE color: 13377728.

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

Color convert

RGB 192 32 204 -
CMYK 0.06 0.84 0 0.2
HSL 295.81º 0.73% 0.46% -
HSV(B) 295.81º 0.84% 0.8% -
XYZ 33.15 16.6 58.58 -
YUV 99.45 187.01 194.01 -
System Red Green Blue C M Y K H S L
Decimal 192 32 204 0.06 0.84 0 0.2 295.81 0.73 0.46
Hex C0 20 CC 6 54 0 14 128 49 2E
Octal 300 40 314 6 124 0 24 450 111 56
Binary 11000000 100000 11001100 110 1010100 0 10100 100101000 1001001 101110

Color Harmonies of #C020CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020CC

Black with #C020CC

Text Example


Text Example

White with #C020CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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