Html Css Color HEX #CC25DA Deep Magenta

📋 copy color: '#CC25DA'

red 204 ◦ green 37 ◦ blue 218

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

Shades of Deep Magenta #CC25DA

Tints of Deep Magenta #CC25DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 44.44%
G = 8.06%
B = 47.49%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC25DA (or 0xCC25DA) is known color: Deep Magenta. HEX triplet: CC, 25 and DA. RGB value is (204,37,218). Sum of RGB (Red+Green+Blue) = 204+37+218=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC25DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25DA is #33DA25. Grayscale: #6B6B6B. Windows color (decimal): -3398182 or 14296524. OLE color: 14296524.

HSL color Cylindrical-coordinate representation of color #CC25DA: hue angle of 295.36º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC25DA is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 37 218 -
CMYK 0.06 0.83 0 0.15
HSL 295.36º 0.71% 0.5% -
HSV(B) 295.36º 0.83% 0.85% -
XYZ 38.22 19.22 68.03 -
YUV 107.57 190.33 196.78 -
System Red Green Blue C M Y K H S L
Decimal 204 37 218 0.06 0.83 0 0.15 295.36 0.71 0.5
Hex CC 25 DA 6 53 0 F 127 47 32
Octal 314 45 332 6 123 0 17 447 107 62
Binary 11001100 100101 11011010 110 1010011 0 1111 100100111 1000111 110010

Color Harmonies of #CC25DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25DA

Black with #CC25DA

Text Example


Text Example

White with #CC25DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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