Html Css Color HEX #CC25B0 Deep Magenta

📋 copy color: '#CC25B0'

red 204 ◦ green 37 ◦ blue 176

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

Shades of Deep Magenta #CC25B0

Tints of Deep Magenta #CC25B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 48.92%
G = 8.87%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC25B0 (or 0xCC25B0) is known color: Deep Magenta. HEX triplet: CC, 25 and B0. RGB value is (204,37,176). Sum of RGB (Red+Green+Blue) = 204+37+176=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC25B0 is #33DA4F. Grayscale: #666666. Windows color (decimal): -3398224 or 11544012. OLE color: 11544012.

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

Color convert

RGB 204 37 176 -
CMYK 0 0.82 0.14 0.2
HSL 310.06º 0.69% 0.47% -
HSV(B) 310.06º 0.82% 0.8% -
XYZ 33.4 17.3 42.65 -
YUV 102.78 169.33 200.2 -
System Red Green Blue C M Y K H S L
Decimal 204 37 176 0 0.82 0.14 0.2 310.06 0.69 0.47
Hex CC 25 B0 0 52 E 14 136 45 2F
Octal 314 45 260 0 122 16 24 466 105 57
Binary 11001100 100101 10110000 0 1010010 1110 10100 100110110 1000101 101111

Color Harmonies of #CC25B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25B0

Black with #CC25B0

Text Example


Text Example

White with #CC25B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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