Html Css Color HEX #CC1473 Medium Violet Red

📋 copy color: '#CC1473'

red 204 ◦ green 20 ◦ blue 115

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

Shades of Medium Violet Red #CC1473

Tints of Medium Violet Red #CC1473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.9%

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

R = 60.18%
G = 5.9%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC1473 (or 0xCC1473) is known color: Medium Violet Red. HEX triplet: CC, 14 and 73. RGB value is (204,20,115). Sum of RGB (Red+Green+Blue) = 204+20+115=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1473 is #33EB8C. Grayscale: #555555. Windows color (decimal): -3402637 or 7541964. OLE color: 7541964.

HSL color Cylindrical-coordinate representation of color #CC1473: hue angle of 329.02º degrees, saturation: 0.82, 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 #CC1473 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 115 -
CMYK 0 0.90 0.44 0.2
HSL 329.02º 0.82% 0.44% -
HSV(B) 329.02º 0.9% 0.8% -
XYZ 28.25 14.58 17.54 -
YUV 85.85 144.46 212.28 -
System Red Green Blue C M Y K H S L
Decimal 204 20 115 0 0.90 0.44 0.2 329.02 0.82 0.44
Hex CC 14 73 0 5A 2C 14 149 52 2C
Octal 314 24 163 0 132 54 24 511 122 54
Binary 11001100 10100 1110011 0 1011010 101100 10100 101001001 1010010 101100

Color Harmonies of #CC1473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1473

Black with #CC1473

Text Example


Text Example

White with #CC1473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1473; }

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

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

background-color css

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

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

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

border-color css

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

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

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