Html Css Color HEX #CD0071 Medium Violet Red

📋 copy color: '#CD0071'

red 205 ◦ green 0 ◦ blue 113

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

Shades of Medium Violet Red #CD0071

Tints of Medium Violet Red #CD0071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.53%

R = 64.47%
G = 0%
B = 35.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD0071 (or 0xCD0071) is known color: Medium Violet Red. HEX triplet: CD, 00 and 71. RGB value is (205,0,113). Sum of RGB (Red+Green+Blue) = 205+0+113=318 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.47% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0071 is #32FF8E. Grayscale: #494949. Windows color (decimal): -3342223 or 7405773. OLE color: 7405773.

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

Color convert

RGB 205 0 113 -
CMYK 0 1 0.45 0.20
HSL 326.93º 1% 0.4% -
HSV(B) 326.93º 1% 0.8% -
XYZ 28.16 14.17 16.87 -
YUV 74.18 149.92 221.31 -
System Red Green Blue C M Y K H S L
Decimal 205 0 113 0 1 0.45 0.20 326.93 1 0.4
Hex CD 0 71 0 64 2D 14 147 64 28
Octal 315 0 161 0 144 55 24 507 144 50
Binary 11001101 0 1110001 0 1100100 101101 10100 101000111 1100100 101000

Color Harmonies of #CD0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0071

Black with #CD0071

Text Example


Text Example

White with #CD0071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0071; }

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

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

background-color css

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

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

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

border-color css

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

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

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