Html Css Color HEX #C020BE Deep Magenta

📋 copy color: '#C020BE'

red 192 ◦ green 32 ◦ blue 190

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

Shades of Deep Magenta #C020BE

Tints of Deep Magenta #C020BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 46.38%
G = 7.73%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C020BE (or 0xC020BE) is known color: Deep Magenta. HEX triplet: C0, 20 and BE. RGB value is (192,32,190). Sum of RGB (Red+Green+Blue) = 192+32+190=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C020BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020BE is #3FDF41. Grayscale: #616161. Windows color (decimal): -4185922 or 12460224. OLE color: 12460224.

HSL color Cylindrical-coordinate representation of color #C020BE: hue angle of 300.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C020BE is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 190 -
CMYK 0 0.83 0.01 0.25
HSL 300.75º 0.71% 0.44% -
HSV(B) 300.75º 0.83% 0.75% -
XYZ 31.55 15.96 50.13 -
YUV 97.85 180.01 195.15 -
System Red Green Blue C M Y K H S L
Decimal 192 32 190 0 0.83 0.01 0.25 300.75 0.71 0.44
Hex C0 20 BE 0 53 1 19 12D 47 2C
Octal 300 40 276 0 123 1 31 455 107 54
Binary 11000000 100000 10111110 0 1010011 1 11001 100101101 1000111 101100

Color Harmonies of #C020BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020BE

Black with #C020BE

Text Example


Text Example

White with #C020BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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