Html Css Color HEX #CC15A1 Medium Violet Red

📋 copy color: '#CC15A1'

red 204 ◦ green 21 ◦ blue 161

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

Shades of Medium Violet Red #CC15A1

Tints of Medium Violet Red #CC15A1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.44%

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

R = 52.85%
G = 5.44%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC15A1 (or 0xCC15A1) is known color: Medium Violet Red. HEX triplet: CC, 15 and A1. RGB value is (204,21,161). Sum of RGB (Red+Green+Blue) = 204+21+161=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC15A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC15A1 is #33EA5E. Grayscale: #5B5B5B. Windows color (decimal): -3402335 or 10556876. OLE color: 10556876.

HSL color Cylindrical-coordinate representation of color #CC15A1: hue angle of 314.1º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC15A1 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 161 -
CMYK 0 0.90 0.21 0.2
HSL 314.1º 0.81% 0.44% -
HSV(B) 314.1º 0.9% 0.8% -
XYZ 31.6 15.95 35.13 -
YUV 91.68 167.13 208.12 -
System Red Green Blue C M Y K H S L
Decimal 204 21 161 0 0.90 0.21 0.2 314.1 0.81 0.44
Hex CC 15 A1 0 5A 15 14 13A 51 2C
Octal 314 25 241 0 132 25 24 472 121 54
Binary 11001100 10101 10100001 0 1011010 10101 10100 100111010 1010001 101100

Color Harmonies of #CC15A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15A1

Black with #CC15A1

Text Example


Text Example

White with #CC15A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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