Html Css Color HEX #CD0076 Medium Violet Red

📋 copy color: '#CD0076'

red 205 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #CD0076

Tints of Medium Violet Red #CD0076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 36.53%

R = 63.47%
G = 0%
B = 36.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD0076 (or 0xCD0076) is known color: Medium Violet Red. HEX triplet: CD, 00 and 76. RGB value is (205,0,118). Sum of RGB (Red+Green+Blue) = 205+0+118=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0076 is #32FF89. Grayscale: #4A4A4A. Windows color (decimal): -3342218 or 7733453. OLE color: 7733453.

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

Color convert

RGB 205 0 118 -
CMYK 0 1 0.42 0.20
HSL 325.46º 1% 0.4% -
HSV(B) 325.46º 1% 0.8% -
XYZ 28.45 14.29 18.4 -
YUV 74.75 152.42 220.91 -
System Red Green Blue C M Y K H S L
Decimal 205 0 118 0 1 0.42 0.20 325.46 1 0.4
Hex CD 0 76 0 64 2A 14 145 64 28
Octal 315 0 166 0 144 52 24 505 144 50
Binary 11001101 0 1110110 0 1100100 101010 10100 101000101 1100100 101000

Color Harmonies of #CD0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0076

Black with #CD0076

Text Example


Text Example

White with #CD0076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0076; }

 p { color: rgb(205,0,118); }

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

background-color css

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

 a { background-color: rgb(205,0,118); }

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

border-color css

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

 span { border-color: rgb(205,0,118); }

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