Html Css Color HEX #CC25DC Deep Magenta

📋 copy color: '#CC25DC'

red 204 ◦ green 37 ◦ blue 220

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

Shades of Deep Magenta #CC25DC

Tints of Deep Magenta #CC25DC

RGB

 RED value IS 204 (80.08% from 255) = 44.25%

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

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

R = 44.25%
G = 8.03%
B = 47.72%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC25DC (or 0xCC25DC) is known color: Deep Magenta. HEX triplet: CC, 25 and DC. RGB value is (204,37,220). Sum of RGB (Red+Green+Blue) = 204+37+220=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC25DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25DC is #33DA23. Grayscale: #6B6B6B. Windows color (decimal): -3398180 or 14427596. OLE color: 14427596.

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

Color convert

RGB 204 37 220 -
CMYK 0.07 0.83 0 0.14
HSL 294.75º 0.72% 0.5% -
HSV(B) 294.75º 0.83% 0.86% -
XYZ 38.48 19.33 69.41 -
YUV 107.8 191.33 196.62 -
System Red Green Blue C M Y K H S L
Decimal 204 37 220 0.07 0.83 0 0.14 294.75 0.72 0.5
Hex CC 25 DC 7 53 0 E 127 48 32
Octal 314 45 334 7 123 0 16 447 110 62
Binary 11001100 100101 11011100 111 1010011 0 1110 100100111 1001000 110010

Color Harmonies of #CC25DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25DC

Black with #CC25DC

Text Example


Text Example

White with #CC25DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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