Html Css Color HEX #C020CF Deep Magenta

📋 copy color: '#C020CF'

red 192 ◦ green 32 ◦ blue 207

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

Shades of Deep Magenta #C020CF

Tints of Deep Magenta #C020CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 44.55%
G = 7.42%
B = 48.03%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C020CF (or 0xC020CF) is known color: Deep Magenta. HEX triplet: C0, 20 and CF. RGB value is (192,32,207). Sum of RGB (Red+Green+Blue) = 192+32+207=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #C020CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020CF is #3FDF30. Grayscale: #636363. Windows color (decimal): -4185905 or 13574336. OLE color: 13574336.

HSL color Cylindrical-coordinate representation of color #C020CF: hue angle of 294.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C020CF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 32 207 -
CMYK 0.07 0.85 0 0.19
HSL 294.86º 0.73% 0.47% -
HSV(B) 294.86º 0.85% 0.81% -
XYZ 33.52 16.74 60.5 -
YUV 99.79 188.51 193.77 -
System Red Green Blue C M Y K H S L
Decimal 192 32 207 0.07 0.85 0 0.19 294.86 0.73 0.47
Hex C0 20 CF 7 55 0 13 127 49 2F
Octal 300 40 317 7 125 0 23 447 111 57
Binary 11000000 100000 11001111 111 1010101 0 10011 100100111 1001001 101111

Color Harmonies of #C020CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020CF

Black with #C020CF

Text Example


Text Example

White with #C020CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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