Html Css Color HEX #CC25AC Medium Violet Red

📋 copy color: '#CC25AC'

red 204 ◦ green 37 ◦ blue 172

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

Shades of Medium Violet Red #CC25AC

Tints of Medium Violet Red #CC25AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 49.39%
G = 8.96%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC25AC (or 0xCC25AC) is known color: Medium Violet Red. HEX triplet: CC, 25 and AC. RGB value is (204,37,172). Sum of RGB (Red+Green+Blue) = 204+37+172=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC25AC is #33DA53. Grayscale: #656565. Windows color (decimal): -3398228 or 11281868. OLE color: 11281868.

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

Color convert

RGB 204 37 172 -
CMYK 0 0.82 0.16 0.2
HSL 311.5º 0.69% 0.47% -
HSV(B) 311.5º 0.82% 0.8% -
XYZ 33.01 17.14 40.6 -
YUV 102.32 167.33 200.52 -
System Red Green Blue C M Y K H S L
Decimal 204 37 172 0 0.82 0.16 0.2 311.5 0.69 0.47
Hex CC 25 AC 0 52 10 14 137 45 2F
Octal 314 45 254 0 122 20 24 467 105 57
Binary 11001100 100101 10101100 0 1010010 10000 10100 100110111 1000101 101111

Color Harmonies of #CC25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25AC

Black with #CC25AC

Text Example


Text Example

White with #CC25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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