Html Css Color HEX #CC28AA Medium Violet Red

📋 copy color: '#CC28AA'

red 204 ◦ green 40 ◦ blue 170

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

Shades of Medium Violet Red #CC28AA

Tints of Medium Violet Red #CC28AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.66%

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 49.28%
G = 9.66%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC28AA (or 0xCC28AA) is known color: Medium Violet Red. HEX triplet: CC, 28 and AA. RGB value is (204,40,170). Sum of RGB (Red+Green+Blue) = 204+40+170=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC28AA is #33D755. Grayscale: #676767. Windows color (decimal): -3397462 or 11151564. OLE color: 11151564.

HSL color Cylindrical-coordinate representation of color #CC28AA: hue angle of 312.44º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC28AA is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 40 170 -
CMYK 0 0.80 0.17 0.2
HSL 312.44º 0.67% 0.48% -
HSV(B) 312.44º 0.8% 0.8% -
XYZ 32.92 17.26 39.63 -
YUV 103.86 165.33 199.43 -
System Red Green Blue C M Y K H S L
Decimal 204 40 170 0 0.80 0.17 0.2 312.44 0.67 0.48
Hex CC 28 AA 0 50 11 14 138 43 30
Octal 314 50 252 0 120 21 24 470 103 60
Binary 11001100 101000 10101010 0 1010000 10001 10100 100111000 1000011 110000

Color Harmonies of #CC28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28AA

Black with #CC28AA

Text Example


Text Example

White with #CC28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28AA; }

 p { color: rgb(204,40,170); }

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

background-color css

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

 a { background-color: rgb(204,40,170); }

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

border-color css

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

 span { border-color: rgb(204,40,170); }

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