Html Css Color HEX #C020BD Deep Magenta

📋 copy color: '#C020BD'

red 192 ◦ green 32 ◦ blue 189

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

Shades of Deep Magenta #C020BD

Tints of Deep Magenta #C020BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 46.49%
G = 7.75%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C020BD (or 0xC020BD) is known color: Deep Magenta. HEX triplet: C0, 20 and BD. RGB value is (192,32,189). Sum of RGB (Red+Green+Blue) = 192+32+189=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C020BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020BD is #3FDF42. Grayscale: #616161. Windows color (decimal): -4185923 or 12394688. OLE color: 12394688.

HSL color Cylindrical-coordinate representation of color #C020BD: hue angle of 301.12º 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 #C020BD is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 189 -
CMYK 0 0.83 0.02 0.25
HSL 301.13º 0.71% 0.44% -
HSV(B) 301.13º 0.83% 0.75% -
XYZ 31.44 15.91 49.56 -
YUV 97.74 179.51 195.23 -
System Red Green Blue C M Y K H S L
Decimal 192 32 189 0 0.83 0.02 0.25 301.13 0.71 0.44
Hex C0 20 BD 0 53 2 19 12D 47 2C
Octal 300 40 275 0 123 2 31 455 107 54
Binary 11000000 100000 10111101 0 1010011 10 11001 100101101 1000111 101100

Color Harmonies of #C020BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020BD

Black with #C020BD

Text Example


Text Example

White with #C020BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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