Html Css Color HEX #CD0080 Medium Violet Red

📋 copy color: '#CD0080'

red 205 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #CD0080

Tints of Medium Violet Red #CD0080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.44%

R = 61.56%
G = 0%
B = 38.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD0080 (or 0xCD0080) is known color: Medium Violet Red. HEX triplet: CD, 00 and 80. RGB value is (205,0,128). Sum of RGB (Red+Green+Blue) = 205+0+128=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0080 is #32FF7F. Grayscale: #4B4B4B. Windows color (decimal): -3342208 or 8388813. OLE color: 8388813.

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

Color convert

RGB 205 0 128 -
CMYK 0 1 0.38 0.20
HSL 322.54º 1% 0.4% -
HSV(B) 322.54º 1% 0.8% -
XYZ 29.07 14.54 21.7 -
YUV 75.89 157.42 220.09 -
System Red Green Blue C M Y K H S L
Decimal 205 0 128 0 1 0.38 0.20 322.54 1 0.4
Hex CD 0 80 0 64 26 14 143 64 28
Octal 315 0 200 0 144 46 24 503 144 50
Binary 11001101 0 10000000 0 1100100 100110 10100 101000011 1100100 101000

Color Harmonies of #CD0080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0080

Black with #CD0080

Text Example


Text Example

White with #CD0080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0080; }

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

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

background-color css

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

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

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

border-color css

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

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

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