Html Css Color HEX #CD2077 Medium Violet Red

📋 copy color: '#CD2077'

red 205 ◦ green 32 ◦ blue 119

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

Shades of Medium Violet Red #CD2077

Tints of Medium Violet Red #CD2077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.99%

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

R = 57.58%
G = 8.99%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD2077 (or 0xCD2077) is known color: Medium Violet Red. HEX triplet: CD, 20 and 77. RGB value is (205,32,119). Sum of RGB (Red+Green+Blue) = 205+32+119=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2077 is #32DF88. Grayscale: #5D5D5D. Windows color (decimal): -3334025 or 7807181. OLE color: 7807181.

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

Color convert

RGB 205 32 119 -
CMYK 0 0.84 0.42 0.20
HSL 329.83º 0.73% 0.46% -
HSV(B) 329.83º 0.84% 0.8% -
XYZ 29.02 15.34 18.88 -
YUV 93.65 142.31 207.43 -
System Red Green Blue C M Y K H S L
Decimal 205 32 119 0 0.84 0.42 0.20 329.83 0.73 0.46
Hex CD 20 77 0 54 2A 14 14A 49 2E
Octal 315 40 167 0 124 52 24 512 111 56
Binary 11001101 100000 1110111 0 1010100 101010 10100 101001010 1001001 101110

Color Harmonies of #CD2077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2077

Black with #CD2077

Text Example


Text Example

White with #CD2077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2077; }

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

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

background-color css

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

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

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

border-color css

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

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

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