Html Css Color HEX #CD0977 Medium Violet Red

📋 copy color: '#CD0977'

red 205 ◦ green 9 ◦ blue 119

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

Shades of Medium Violet Red #CD0977

Tints of Medium Violet Red #CD0977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.7%

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

R = 61.56%
G = 2.7%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD0977 (or 0xCD0977) is known color: Medium Violet Red. HEX triplet: CD, 09 and 77. RGB value is (205,9,119). Sum of RGB (Red+Green+Blue) = 205+9+119=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0977 is #32F688. Grayscale: #4F4F4F. Windows color (decimal): -3339913 or 7801293. OLE color: 7801293.

HSL color Cylindrical-coordinate representation of color #CD0977: hue angle of 326.33º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD0977 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 9 119 -
CMYK 0 0.96 0.42 0.20
HSL 326.33º 0.92% 0.42% -
HSV(B) 326.33º 0.96% 0.8% -
XYZ 28.6 14.51 18.75 -
YUV 80.14 149.93 217.06 -
System Red Green Blue C M Y K H S L
Decimal 205 9 119 0 0.96 0.42 0.20 326.33 0.92 0.42
Hex CD 9 77 0 60 2A 14 146 5C 2A
Octal 315 11 167 0 140 52 24 506 134 52
Binary 11001101 1001 1110111 0 1100000 101010 10100 101000110 1011100 101010

Color Harmonies of #CD0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0977

Black with #CD0977

Text Example


Text Example

White with #CD0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0977; }

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

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

background-color css

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

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

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

border-color css

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

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

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