Html Css Color HEX #CD077F Medium Violet Red

📋 copy color: '#CD077F'

red 205 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #CD077F

Tints of Medium Violet Red #CD077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.06%

 BLUE value IS 127 (50% from 255) = 37.46%

R = 60.47%
G = 2.06%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD077F (or 0xCD077F) is known color: Medium Violet Red. HEX triplet: CD, 07 and 7F. RGB value is (205,7,127). Sum of RGB (Red+Green+Blue) = 205+7+127=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD077F is #32F880. Grayscale: #4F4F4F. Windows color (decimal): -3340417 or 8325069. OLE color: 8325069.

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

Color convert

RGB 205 7 127 -
CMYK 0 0.97 0.38 0.20
HSL 323.64º 0.93% 0.42% -
HSV(B) 323.64º 0.97% 0.8% -
XYZ 29.08 14.66 21.38 -
YUV 79.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 205 7 127 0 0.97 0.38 0.20 323.64 0.93 0.42
Hex CD 7 7F 0 61 26 14 144 5D 2A
Octal 315 7 177 0 141 46 24 504 135 52
Binary 11001101 111 1111111 0 1100001 100110 10100 101000100 1011101 101010

Color Harmonies of #CD077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD077F

Black with #CD077F

Text Example


Text Example

White with #CD077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD077F; }

 p { color: rgb(205,7,127); }

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

background-color css

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

 a { background-color: rgb(205,7,127); }

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

border-color css

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

 span { border-color: rgb(205,7,127); }

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