Html Css Color HEX #CD0072 Medium Violet Red

📋 copy color: '#CD0072'

red 205 ◦ green 0 ◦ blue 114

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

Shades of Medium Violet Red #CD0072

Tints of Medium Violet Red #CD0072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 64.26%
G = 0%
B = 35.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD0072 (or 0xCD0072) is known color: Medium Violet Red. HEX triplet: CD, 00 and 72. RGB value is (205,0,114). Sum of RGB (Red+Green+Blue) = 205+0+114=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0072 is #32FF8D. Grayscale: #4A4A4A. Windows color (decimal): -3342222 or 7471309. OLE color: 7471309.

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

Color convert

RGB 205 0 114 -
CMYK 0 1 0.44 0.20
HSL 326.63º 1% 0.4% -
HSV(B) 326.63º 1% 0.8% -
XYZ 28.21 14.19 17.17 -
YUV 74.29 150.42 221.23 -
System Red Green Blue C M Y K H S L
Decimal 205 0 114 0 1 0.44 0.20 326.63 1 0.4
Hex CD 0 72 0 64 2C 14 147 64 28
Octal 315 0 162 0 144 54 24 507 144 50
Binary 11001101 0 1110010 0 1100100 101100 10100 101000111 1100100 101000

Color Harmonies of #CD0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0072

Black with #CD0072

Text Example


Text Example

White with #CD0072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0072; }

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

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

background-color css

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

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

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

border-color css

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

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

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