Html Css Color HEX #CC25CE Deep Magenta

📋 copy color: '#CC25CE'

red 204 ◦ green 37 ◦ blue 206

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

Shades of Deep Magenta #CC25CE

Tints of Deep Magenta #CC25CE

RGB

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

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

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

R = 45.64%
G = 8.28%
B = 46.09%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC25CE (or 0xCC25CE) is known color: Deep Magenta. HEX triplet: CC, 25 and CE. RGB value is (204,37,206). Sum of RGB (Red+Green+Blue) = 204+37+206=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC25CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25CE is #33DA31. Grayscale: #696969. Windows color (decimal): -3398194 or 13510092. OLE color: 13510092.

HSL color Cylindrical-coordinate representation of color #CC25CE: hue angle of 299.29º 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 #CC25CE is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 37 206 -
CMYK 0.01 0.82 0 0.19
HSL 299.29º 0.7% 0.48% -
HSV(B) 299.29º 0.82% 0.81% -
XYZ 36.7 18.62 60.05 -
YUV 106.2 184.33 197.76 -
System Red Green Blue C M Y K H S L
Decimal 204 37 206 0.01 0.82 0 0.19 299.29 0.7 0.48
Hex CC 25 CE 1 52 0 13 12B 46 30
Octal 314 45 316 1 122 0 23 453 106 60
Binary 11001100 100101 11001110 1 1010010 0 10011 100101011 1000110 110000

Color Harmonies of #CC25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25CE

Black with #CC25CE

Text Example


Text Example

White with #CC25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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