Html Css Color HEX #CC2173 Medium Violet Red

📋 copy color: '#CC2173'

red 204 ◦ green 33 ◦ blue 115

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

Shades of Medium Violet Red #CC2173

Tints of Medium Violet Red #CC2173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.38%

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 57.95%
G = 9.38%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC2173 (or 0xCC2173) is known color: Medium Violet Red. HEX triplet: CC, 21 and 73. RGB value is (204,33,115). Sum of RGB (Red+Green+Blue) = 204+33+115=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2173 is #33DE8C. Grayscale: #5D5D5D. Windows color (decimal): -3399309 or 7545292. OLE color: 7545292.

HSL color Cylindrical-coordinate representation of color #CC2173: hue angle of 331.23º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2173 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 115 -
CMYK 0 0.84 0.44 0.2
HSL 331.23º 0.72% 0.46% -
HSV(B) 331.23º 0.84% 0.8% -
XYZ 28.54 15.16 17.64 -
YUV 93.48 140.15 206.83 -
System Red Green Blue C M Y K H S L
Decimal 204 33 115 0 0.84 0.44 0.2 331.23 0.72 0.46
Hex CC 21 73 0 54 2C 14 14B 48 2E
Octal 314 41 163 0 124 54 24 513 110 56
Binary 11001100 100001 1110011 0 1010100 101100 10100 101001011 1001000 101110

Color Harmonies of #CC2173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2173

Black with #CC2173

Text Example


Text Example

White with #CC2173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2173; }

 p { color: rgb(204,33,115); }

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

background-color css

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

 a { background-color: rgb(204,33,115); }

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

border-color css

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

 span { border-color: rgb(204,33,115); }

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