Html Css Color HEX #CC25BD Deep Magenta

📋 copy color: '#CC25BD'

red 204 ◦ green 37 ◦ blue 189

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

Shades of Deep Magenta #CC25BD

Tints of Deep Magenta #CC25BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 47.44%
G = 8.6%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC25BD (or 0xCC25BD) is known color: Deep Magenta. HEX triplet: CC, 25 and BD. RGB value is (204,37,189). Sum of RGB (Red+Green+Blue) = 204+37+189=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25BD is #33DA42. Grayscale: #676767. Windows color (decimal): -3398211 or 12395980. OLE color: 12395980.

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

Color convert

RGB 204 37 189 -
CMYK 0 0.82 0.07 0.2
HSL 305.39º 0.69% 0.47% -
HSV(B) 305.39º 0.82% 0.8% -
XYZ 34.75 17.83 49.76 -
YUV 104.26 175.83 199.14 -
System Red Green Blue C M Y K H S L
Decimal 204 37 189 0 0.82 0.07 0.2 305.39 0.69 0.47
Hex CC 25 BD 0 52 7 14 131 45 2F
Octal 314 45 275 0 122 7 24 461 105 57
Binary 11001100 100101 10111101 0 1010010 111 10100 100110001 1000101 101111

Color Harmonies of #CC25BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25BD

Black with #CC25BD

Text Example


Text Example

White with #CC25BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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