Html Css Color HEX #C025DC Deep Magenta

📋 copy color: '#C025DC'

red 192 ◦ green 37 ◦ blue 220

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

Shades of Deep Magenta #C025DC

Tints of Deep Magenta #C025DC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.24%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 42.76%
G = 8.24%
B = 49%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C025DC (or 0xC025DC) is known color: Deep Magenta. HEX triplet: C0, 25 and DC. RGB value is (192,37,220). Sum of RGB (Red+Green+Blue) = 192+37+220=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #C025DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C025DC is #3FDA23. Grayscale: #676767. Windows color (decimal): -4184612 or 14427584. OLE color: 14427584.

HSL color Cylindrical-coordinate representation of color #C025DC: hue angle of 290.82º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C025DC is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 37 220 -
CMYK 0.13 0.83 0 0.14
HSL 290.82º 0.72% 0.5% -
HSV(B) 290.82º 0.83% 0.86% -
XYZ 35.32 17.7 69.26 -
YUV 104.21 193.35 190.62 -
System Red Green Blue C M Y K H S L
Decimal 192 37 220 0.13 0.83 0 0.14 290.82 0.72 0.5
Hex C0 25 DC D 53 0 E 123 48 32
Octal 300 45 334 15 123 0 16 443 110 62
Binary 11000000 100101 11011100 1101 1010011 0 1110 100100011 1001000 110010

Color Harmonies of #C025DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C025DC

Black with #C025DC

Text Example


Text Example

White with #C025DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C025DC; }

 p { color: rgb(192,37,220); }

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

background-color css

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

 a { background-color: rgb(192,37,220); }

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

border-color css

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

 span { border-color: rgb(192,37,220); }

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