Html Css Color HEX #CD077C Medium Violet Red

📋 copy color: '#CD077C'

red 205 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #CD077C

Tints of Medium Violet Red #CD077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 61.01%
G = 2.08%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD077C (or 0xCD077C) is known color: Medium Violet Red. HEX triplet: CD, 07 and 7C. RGB value is (205,7,124). Sum of RGB (Red+Green+Blue) = 205+7+124=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD077C is #32F883. Grayscale: #4F4F4F. Windows color (decimal): -3340420 or 8128461. OLE color: 8128461.

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

Color convert

RGB 205 7 124 -
CMYK 0 0.97 0.40 0.20
HSL 324.55º 0.93% 0.42% -
HSV(B) 324.55º 0.97% 0.8% -
XYZ 28.89 14.59 20.36 -
YUV 79.54 153.1 217.49 -
System Red Green Blue C M Y K H S L
Decimal 205 7 124 0 0.97 0.40 0.20 324.55 0.93 0.42
Hex CD 7 7C 0 61 28 14 145 5D 2A
Octal 315 7 174 0 141 50 24 505 135 52
Binary 11001101 111 1111100 0 1100001 101000 10100 101000101 1011101 101010

Color Harmonies of #CD077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD077C

Black with #CD077C

Text Example


Text Example

White with #CD077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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