Html Css Color HEX #CC1973 Medium Violet Red

📋 copy color: '#CC1973'

red 204 ◦ green 25 ◦ blue 115

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

Shades of Medium Violet Red #CC1973

Tints of Medium Violet Red #CC1973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.27%

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

R = 59.3%
G = 7.27%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC1973 (or 0xCC1973) is known color: Medium Violet Red. HEX triplet: CC, 19 and 73. RGB value is (204,25,115). Sum of RGB (Red+Green+Blue) = 204+25+115=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1973 is #33E68C. Grayscale: #585858. Windows color (decimal): -3401357 or 7543244. OLE color: 7543244.

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

Color convert

RGB 204 25 115 -
CMYK 0 0.88 0.44 0.2
HSL 329.83º 0.78% 0.45% -
HSV(B) 329.83º 0.88% 0.8% -
XYZ 28.34 14.77 17.58 -
YUV 88.78 142.8 210.18 -
System Red Green Blue C M Y K H S L
Decimal 204 25 115 0 0.88 0.44 0.2 329.83 0.78 0.45
Hex CC 19 73 0 58 2C 14 14A 4E 2D
Octal 314 31 163 0 130 54 24 512 116 55
Binary 11001100 11001 1110011 0 1011000 101100 10100 101001010 1001110 101101

Color Harmonies of #CC1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1973

Black with #CC1973

Text Example


Text Example

White with #CC1973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1973; }

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

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

background-color css

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

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

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

border-color css

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

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

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