Html Css Color HEX #CC25BA Deep Magenta

📋 copy color: '#CC25BA'

red 204 ◦ green 37 ◦ blue 186

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

Shades of Deep Magenta #CC25BA

Tints of Deep Magenta #CC25BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 47.78%
G = 8.67%
B = 43.56%

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

#CC25BA (or 0xCC25BA) is known color: Deep Magenta. HEX triplet: CC, 25 and BA. RGB value is (204,37,186). Sum of RGB (Red+Green+Blue) = 204+37+186=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25BA is #33DA45. Grayscale: #676767. Windows color (decimal): -3398214 or 12199372. OLE color: 12199372.

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

Color convert

RGB 204 37 186 -
CMYK 0 0.82 0.09 0.2
HSL 306.47º 0.69% 0.47% -
HSV(B) 306.47º 0.82% 0.8% -
XYZ 34.43 17.71 48.06 -
YUV 103.92 174.33 199.38 -
System Red Green Blue C M Y K H S L
Decimal 204 37 186 0 0.82 0.09 0.2 306.47 0.69 0.47
Hex CC 25 BA 0 52 9 14 132 45 2F
Octal 314 45 272 0 122 11 24 462 105 57
Binary 11001100 100101 10111010 0 1010010 1001 10100 100110010 1000101 101111

Color Harmonies of #CC25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25BA

Black with #CC25BA

Text Example


Text Example

White with #CC25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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