Html Css Color HEX #CD0790 Medium Violet Red

📋 copy color: '#CD0790'

red 205 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #CD0790

Tints of Medium Violet Red #CD0790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 57.58%
G = 1.97%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD0790 (or 0xCD0790) is known color: Medium Violet Red. HEX triplet: CD, 07 and 90. RGB value is (205,7,144). Sum of RGB (Red+Green+Blue) = 205+7+144=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0790 is #32F86F. Grayscale: #515151. Windows color (decimal): -3340400 or 9439181. OLE color: 9439181.

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

Color convert

RGB 205 7 144 -
CMYK 0 0.97 0.30 0.20
HSL 318.48º 0.93% 0.42% -
HSV(B) 318.48º 0.97% 0.8% -
XYZ 30.29 15.14 27.71 -
YUV 81.82 163.1 215.86 -
System Red Green Blue C M Y K H S L
Decimal 205 7 144 0 0.97 0.30 0.20 318.48 0.93 0.42
Hex CD 7 90 0 61 1E 14 13E 5D 2A
Octal 315 7 220 0 141 36 24 476 135 52
Binary 11001101 111 10010000 0 1100001 11110 10100 100111110 1011101 101010

Color Harmonies of #CD0790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0790

Black with #CD0790

Text Example


Text Example

White with #CD0790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0790; }

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

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

background-color css

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

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

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

border-color css

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

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

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