Html Css Color HEX #CC25B9 Deep Magenta

📋 copy color: '#CC25B9'

red 204 ◦ green 37 ◦ blue 185

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

Shades of Deep Magenta #CC25B9

Tints of Deep Magenta #CC25B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.43%

R = 47.89%
G = 8.69%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC25B9 (or 0xCC25B9) is known color: Deep Magenta. HEX triplet: CC, 25 and B9. RGB value is (204,37,185). Sum of RGB (Red+Green+Blue) = 204+37+185=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25B9 is #33DA46. Grayscale: #676767. Windows color (decimal): -3398215 or 12133836. OLE color: 12133836.

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

Color convert

RGB 204 37 185 -
CMYK 0 0.82 0.09 0.2
HSL 306.83º 0.69% 0.47% -
HSV(B) 306.83º 0.82% 0.8% -
XYZ 34.32 17.66 47.5 -
YUV 103.81 173.83 199.47 -
System Red Green Blue C M Y K H S L
Decimal 204 37 185 0 0.82 0.09 0.2 306.83 0.69 0.47
Hex CC 25 B9 0 52 9 14 133 45 2F
Octal 314 45 271 0 122 11 24 463 105 57
Binary 11001100 100101 10111001 0 1010010 1001 10100 100110011 1000101 101111

Color Harmonies of #CC25B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25B9

Black with #CC25B9

Text Example


Text Example

White with #CC25B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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