Html Css Color HEX #CD1570 Medium Violet Red

📋 copy color: '#CD1570'

red 205 ◦ green 21 ◦ blue 112

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

Shades of Medium Violet Red #CD1570

Tints of Medium Violet Red #CD1570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.21%

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 60.65%
G = 6.21%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD1570 (or 0xCD1570) is known color: Medium Violet Red. HEX triplet: CD, 15 and 70. RGB value is (205,21,112). Sum of RGB (Red+Green+Blue) = 205+21+112=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1570 is #32EA8F. Grayscale: #565656. Windows color (decimal): -3336848 or 7345613. OLE color: 7345613.

HSL color Cylindrical-coordinate representation of color #CD1570: hue angle of 330.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1570 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 112 -
CMYK 0 0.90 0.45 0.20
HSL 330.33º 0.81% 0.44% -
HSV(B) 330.33º 0.9% 0.8% -
XYZ 28.37 14.69 16.67 -
YUV 86.39 142.46 212.6 -
System Red Green Blue C M Y K H S L
Decimal 205 21 112 0 0.90 0.45 0.20 330.33 0.81 0.44
Hex CD 15 70 0 5A 2D 14 14A 51 2C
Octal 315 25 160 0 132 55 24 512 121 54
Binary 11001101 10101 1110000 0 1011010 101101 10100 101001010 1010001 101100

Color Harmonies of #CD1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1570

Black with #CD1570

Text Example


Text Example

White with #CD1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1570; }

 p { color: rgb(205,21,112); }

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

background-color css

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

 a { background-color: rgb(205,21,112); }

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

border-color css

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

 span { border-color: rgb(205,21,112); }

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