Html Css Color HEX #CC25CA Deep Magenta

📋 copy color: '#CC25CA'

red 204 ◦ green 37 ◦ blue 202

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

Shades of Deep Magenta #CC25CA

Tints of Deep Magenta #CC25CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 46.05%
G = 8.35%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC25CA (or 0xCC25CA) is known color: Deep Magenta. HEX triplet: CC, 25 and CA. RGB value is (204,37,202). Sum of RGB (Red+Green+Blue) = 204+37+202=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25CA is #33DA35. Grayscale: #696969. Windows color (decimal): -3398198 or 13247948. OLE color: 13247948.

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

Color convert

RGB 204 37 202 -
CMYK 0 0.82 0.01 0.2
HSL 300.72º 0.69% 0.47% -
HSV(B) 300.72º 0.82% 0.8% -
XYZ 36.22 18.42 57.52 -
YUV 105.74 182.33 198.08 -
System Red Green Blue C M Y K H S L
Decimal 204 37 202 0 0.82 0.01 0.2 300.72 0.69 0.47
Hex CC 25 CA 0 52 1 14 12D 45 2F
Octal 314 45 312 0 122 1 24 455 105 57
Binary 11001100 100101 11001010 0 1010010 1 10100 100101101 1000101 101111

Color Harmonies of #CC25CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25CA

Black with #CC25CA

Text Example


Text Example

White with #CC25CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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