Html Css Color HEX #CC25DD Deep Magenta

📋 copy color: '#CC25DD'

red 204 ◦ green 37 ◦ blue 221

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

Shades of Deep Magenta #CC25DD

Tints of Deep Magenta #CC25DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 44.16%
G = 8.01%
B = 47.84%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC25DD (or 0xCC25DD) is known color: Deep Magenta. HEX triplet: CC, 25 and DD. RGB value is (204,37,221). Sum of RGB (Red+Green+Blue) = 204+37+221=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC25DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25DD is #33DA22. Grayscale: #6B6B6B. Windows color (decimal): -3398179 or 14493132. OLE color: 14493132.

HSL color Cylindrical-coordinate representation of color #CC25DD: hue angle of 294.46º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC25DD is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 37 221 -
CMYK 0.08 0.83 0 0.13
HSL 294.46º 0.73% 0.51% -
HSV(B) 294.46º 0.83% 0.87% -
XYZ 38.61 19.38 70.11 -
YUV 107.91 191.83 196.54 -
System Red Green Blue C M Y K H S L
Decimal 204 37 221 0.08 0.83 0 0.13 294.46 0.73 0.51
Hex CC 25 DD 8 53 0 D 126 49 33
Octal 314 45 335 10 123 0 15 446 111 63
Binary 11001100 100101 11011101 1000 1010011 0 1101 100100110 1001001 110011

Color Harmonies of #CC25DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25DD

Black with #CC25DD

Text Example


Text Example

White with #CC25DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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