Html Css Color HEX #CC28A1 Medium Violet Red

📋 copy color: '#CC28A1'

red 204 ◦ green 40 ◦ blue 161

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

Shades of Medium Violet Red #CC28A1

Tints of Medium Violet Red #CC28A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.75%

R = 50.37%
G = 9.88%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC28A1 (or 0xCC28A1) is known color: Medium Violet Red. HEX triplet: CC, 28 and A1. RGB value is (204,40,161). Sum of RGB (Red+Green+Blue) = 204+40+161=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC28A1 is #33D75E. Grayscale: #666666. Windows color (decimal): -3397471 or 10561740. OLE color: 10561740.

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

Color convert

RGB 204 40 161 -
CMYK 0 0.80 0.21 0.2
HSL 315.73º 0.67% 0.48% -
HSV(B) 315.73º 0.8% 0.8% -
XYZ 32.09 16.93 35.29 -
YUV 102.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 204 40 161 0 0.80 0.21 0.2 315.73 0.67 0.48
Hex CC 28 A1 0 50 15 14 13C 43 30
Octal 314 50 241 0 120 25 24 474 103 60
Binary 11001100 101000 10100001 0 1010000 10101 10100 100111100 1000011 110000

Color Harmonies of #CC28A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28A1

Black with #CC28A1

Text Example


Text Example

White with #CC28A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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