Html Css Color HEX #CD0796 Medium Violet Red

📋 copy color: '#CD0796'

red 205 ◦ green 7 ◦ blue 150

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

Shades of Medium Violet Red #CD0796

Tints of Medium Violet Red #CD0796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.44%

R = 56.63%
G = 1.93%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CD0796 (or 0xCD0796) is known color: Medium Violet Red. HEX triplet: CD, 07 and 96. RGB value is (205,7,150). Sum of RGB (Red+Green+Blue) = 205+7+150=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0796 is #32F869. Grayscale: #525252. Windows color (decimal): -3340394 or 9832397. OLE color: 9832397.

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

Color convert

RGB 205 7 150 -
CMYK 0 0.97 0.27 0.20
HSL 316.67º 0.93% 0.42% -
HSV(B) 316.67º 0.97% 0.8% -
XYZ 30.76 15.33 30.19 -
YUV 82.5 166.1 215.37 -
System Red Green Blue C M Y K H S L
Decimal 205 7 150 0 0.97 0.27 0.20 316.67 0.93 0.42
Hex CD 7 96 0 61 1B 14 13D 5D 2A
Octal 315 7 226 0 141 33 24 475 135 52
Binary 11001101 111 10010110 0 1100001 11011 10100 100111101 1011101 101010

Color Harmonies of #CD0796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0796

Black with #CD0796

Text Example


Text Example

White with #CD0796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0796; }

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

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

background-color css

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

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

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

border-color css

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

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

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