Html Css Color HEX #C025CC Deep Magenta

📋 copy color: '#C025CC'

red 192 ◦ green 37 ◦ blue 204

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

Shades of Deep Magenta #C025CC

Tints of Deep Magenta #C025CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 44.34%
G = 8.55%
B = 47.11%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C025CC (or 0xC025CC) is known color: Deep Magenta. HEX triplet: C0, 25 and CC. RGB value is (192,37,204). Sum of RGB (Red+Green+Blue) = 192+37+204=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #C025CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C025CC is #3FDA33. Grayscale: #656565. Windows color (decimal): -4184628 or 13379008. OLE color: 13379008.

HSL color Cylindrical-coordinate representation of color #C025CC: hue angle of 295.69º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C025CC is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 37 204 -
CMYK 0.06 0.82 0 0.2
HSL 295.69º 0.69% 0.47% -
HSV(B) 295.69º 0.82% 0.8% -
XYZ 33.3 16.89 58.63 -
YUV 102.38 185.35 191.92 -
System Red Green Blue C M Y K H S L
Decimal 192 37 204 0.06 0.82 0 0.2 295.69 0.69 0.47
Hex C0 25 CC 6 52 0 14 128 45 2F
Octal 300 45 314 6 122 0 24 450 105 57
Binary 11000000 100101 11001100 110 1010010 0 10100 100101000 1000101 101111

Color Harmonies of #C025CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C025CC

Black with #C025CC

Text Example


Text Example

White with #C025CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C025CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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