Html Css Color HEX #CD1977 Medium Violet Red

📋 copy color: '#CD1977'

red 205 ◦ green 25 ◦ blue 119

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

Shades of Medium Violet Red #CD1977

Tints of Medium Violet Red #CD1977

RGB

 RED value IS 205 (80.47% from 255) = 58.74%

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

 BLUE value IS 119 (46.88% from 255) = 34.1%

R = 58.74%
G = 7.16%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD1977 (or 0xCD1977) is known color: Medium Violet Red. HEX triplet: CD, 19 and 77. RGB value is (205,25,119). Sum of RGB (Red+Green+Blue) = 205+25+119=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1977 is #32E688. Grayscale: #595959. Windows color (decimal): -3335817 or 7805389. OLE color: 7805389.

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

Color convert

RGB 205 25 119 -
CMYK 0 0.88 0.42 0.20
HSL 328.67º 0.78% 0.45% -
HSV(B) 328.67º 0.88% 0.8% -
XYZ 28.85 15.01 18.83 -
YUV 89.54 144.63 210.36 -
System Red Green Blue C M Y K H S L
Decimal 205 25 119 0 0.88 0.42 0.20 328.67 0.78 0.45
Hex CD 19 77 0 58 2A 14 149 4E 2D
Octal 315 31 167 0 130 52 24 511 116 55
Binary 11001101 11001 1110111 0 1011000 101010 10100 101001001 1001110 101101

Color Harmonies of #CD1977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1977

Black with #CD1977

Text Example


Text Example

White with #CD1977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1977; }

 p { color: rgb(205,25,119); }

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

background-color css

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

 a { background-color: rgb(205,25,119); }

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

border-color css

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

 span { border-color: rgb(205,25,119); }

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