Html Css Color HEX #CC1978 Medium Violet Red

📋 copy color: '#CC1978'

red 204 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #CC1978

Tints of Medium Violet Red #CC1978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.38%

R = 58.45%
G = 7.16%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC1978 (or 0xCC1978) is known color: Medium Violet Red. HEX triplet: CC, 19 and 78. RGB value is (204,25,120). Sum of RGB (Red+Green+Blue) = 204+25+120=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1978 is #33E687. Grayscale: #595959. Windows color (decimal): -3401352 or 7870924. OLE color: 7870924.

HSL color Cylindrical-coordinate representation of color #CC1978: hue angle of 328.16º 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 #CC1978 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 25 120 -
CMYK 0 0.88 0.41 0.2
HSL 328.16º 0.78% 0.45% -
HSV(B) 328.16º 0.88% 0.8% -
XYZ 28.64 14.89 19.13 -
YUV 89.35 145.3 209.78 -
System Red Green Blue C M Y K H S L
Decimal 204 25 120 0 0.88 0.41 0.2 328.16 0.78 0.45
Hex CC 19 78 0 58 29 14 148 4E 2D
Octal 314 31 170 0 130 51 24 510 116 55
Binary 11001100 11001 1111000 0 1011000 101001 10100 101001000 1001110 101101

Color Harmonies of #CC1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1978

Black with #CC1978

Text Example


Text Example

White with #CC1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1978; }

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

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

background-color css

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

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

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

border-color css

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

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

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