Html Css Color HEX #CC17A5 Medium Violet Red

📋 copy color: '#CC17A5'

red 204 ◦ green 23 ◦ blue 165

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

Shades of Medium Violet Red #CC17A5

Tints of Medium Violet Red #CC17A5

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.87%

 BLUE value IS 165 (64.84% from 255) = 42.09%

R = 52.04%
G = 5.87%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC17A5 (or 0xCC17A5) is known color: Medium Violet Red. HEX triplet: CC, 17 and A5. RGB value is (204,23,165). Sum of RGB (Red+Green+Blue) = 204+23+165=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC17A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC17A5 is #33E85A. Grayscale: #5C5C5C. Windows color (decimal): -3401819 or 10819532. OLE color: 10819532.

HSL color Cylindrical-coordinate representation of color #CC17A5: hue angle of 312.93º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC17A5 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 23 165 -
CMYK 0 0.89 0.19 0.2
HSL 312.93º 0.8% 0.45% -
HSV(B) 312.93º 0.89% 0.8% -
XYZ 32 16.17 37.03 -
YUV 93.31 168.47 206.95 -
System Red Green Blue C M Y K H S L
Decimal 204 23 165 0 0.89 0.19 0.2 312.93 0.8 0.45
Hex CC 17 A5 0 59 13 14 139 50 2D
Octal 314 27 245 0 131 23 24 471 120 55
Binary 11001100 10111 10100101 0 1011001 10011 10100 100111001 1010000 101101

Color Harmonies of #CC17A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17A5

Black with #CC17A5

Text Example


Text Example

White with #CC17A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17A5; }

 p { color: rgb(204,23,165); }

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

background-color css

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

 a { background-color: rgb(204,23,165); }

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

border-color css

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

 span { border-color: rgb(204,23,165); }

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