Html Css Color HEX #CC25BE Deep Magenta

📋 copy color: '#CC25BE'

red 204 ◦ green 37 ◦ blue 190

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

Shades of Deep Magenta #CC25BE

Tints of Deep Magenta #CC25BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 47.33%
G = 8.58%
B = 44.08%

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

#CC25BE (or 0xCC25BE) is known color: Deep Magenta. HEX triplet: CC, 25 and BE. RGB value is (204,37,190). Sum of RGB (Red+Green+Blue) = 204+37+190=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25BE is #33DA41. Grayscale: #676767. Windows color (decimal): -3398210 or 12461516. OLE color: 12461516.

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

Color convert

RGB 204 37 190 -
CMYK 0 0.82 0.07 0.2
HSL 305.03º 0.69% 0.47% -
HSV(B) 305.03º 0.82% 0.8% -
XYZ 34.86 17.88 50.33 -
YUV 104.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 204 37 190 0 0.82 0.07 0.2 305.03 0.69 0.47
Hex CC 25 BE 0 52 7 14 131 45 2F
Octal 314 45 276 0 122 7 24 461 105 57
Binary 11001100 100101 10111110 0 1010010 111 10100 100110001 1000101 101111

Color Harmonies of #CC25BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25BE

Black with #CC25BE

Text Example


Text Example

White with #CC25BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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