Html Css Color HEX #CC28A0 Medium Violet Red

📋 copy color: '#CC28A0'

red 204 ◦ green 40 ◦ blue 160

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

Shades of Medium Violet Red #CC28A0

Tints of Medium Violet Red #CC28A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.6%

R = 50.5%
G = 9.9%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC28A0 (or 0xCC28A0) is known color: Medium Violet Red. HEX triplet: CC, 28 and A0. RGB value is (204,40,160). Sum of RGB (Red+Green+Blue) = 204+40+160=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC28A0 is #33D75F. Grayscale: #666666. Windows color (decimal): -3397472 or 10496204. OLE color: 10496204.

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

Color convert

RGB 204 40 160 -
CMYK 0 0.80 0.22 0.2
HSL 316.1º 0.67% 0.48% -
HSV(B) 316.1º 0.8% 0.8% -
XYZ 32.01 16.89 34.83 -
YUV 102.72 160.33 200.24 -
System Red Green Blue C M Y K H S L
Decimal 204 40 160 0 0.80 0.22 0.2 316.1 0.67 0.48
Hex CC 28 A0 0 50 16 14 13C 43 30
Octal 314 50 240 0 120 26 24 474 103 60
Binary 11001100 101000 10100000 0 1010000 10110 10100 100111100 1000011 110000

Color Harmonies of #CC28A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28A0

Black with #CC28A0

Text Example


Text Example

White with #CC28A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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