Html Css Color HEX #C025CE Deep Magenta

📋 copy color: '#C025CE'

red 192 ◦ green 37 ◦ blue 206

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

Shades of Deep Magenta #C025CE

Tints of Deep Magenta #C025CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 44.14%
G = 8.51%
B = 47.36%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C025CE (or 0xC025CE) is known color: Deep Magenta. HEX triplet: C0, 25 and CE. RGB value is (192,37,206). Sum of RGB (Red+Green+Blue) = 192+37+206=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #C025CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C025CE is #3FDA31. Grayscale: #666666. Windows color (decimal): -4184626 or 13510080. OLE color: 13510080.

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

Color convert

RGB 192 37 206 -
CMYK 0.07 0.82 0 0.19
HSL 295.03º 0.7% 0.48% -
HSV(B) 295.03º 0.82% 0.81% -
XYZ 33.54 16.99 59.9 -
YUV 102.61 186.35 191.76 -
System Red Green Blue C M Y K H S L
Decimal 192 37 206 0.07 0.82 0 0.19 295.03 0.7 0.48
Hex C0 25 CE 7 52 0 13 127 46 30
Octal 300 45 316 7 122 0 23 447 106 60
Binary 11000000 100101 11001110 111 1010010 0 10011 100100111 1000110 110000

Color Harmonies of #C025CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C025CE

Black with #C025CE

Text Example


Text Example

White with #C025CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C025CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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