Html Css Color HEX #CD0770 Medium Violet Red

📋 copy color: '#CD0770'

red 205 ◦ green 7 ◦ blue 112

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

Shades of Medium Violet Red #CD0770

Tints of Medium Violet Red #CD0770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 63.27%
G = 2.16%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD0770 (or 0xCD0770) is known color: Medium Violet Red. HEX triplet: CD, 07 and 70. RGB value is (205,7,112). Sum of RGB (Red+Green+Blue) = 205+7+112=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0770 is #32F88F. Grayscale: #4D4D4D. Windows color (decimal): -3340432 or 7342029. OLE color: 7342029.

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

Color convert

RGB 205 7 112 -
CMYK 0 0.97 0.45 0.20
HSL 328.18º 0.93% 0.42% -
HSV(B) 328.18º 0.97% 0.8% -
XYZ 28.18 14.3 16.6 -
YUV 78.17 147.1 218.46 -
System Red Green Blue C M Y K H S L
Decimal 205 7 112 0 0.97 0.45 0.20 328.18 0.93 0.42
Hex CD 7 70 0 61 2D 14 148 5D 2A
Octal 315 7 160 0 141 55 24 510 135 52
Binary 11001101 111 1110000 0 1100001 101101 10100 101001000 1011101 101010

Color Harmonies of #CD0770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0770

Black with #CD0770

Text Example


Text Example

White with #CD0770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0770; }

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

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

background-color css

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

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

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

border-color css

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

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

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