Html Css Color HEX #CD1E70 Medium Violet Red

📋 copy color: '#CD1E70'

red 205 ◦ green 30 ◦ blue 112

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

Shades of Medium Violet Red #CD1E70

Tints of Medium Violet Red #CD1E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.65%

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

R = 59.08%
G = 8.65%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD1E70 (or 0xCD1E70) is known color: Medium Violet Red. HEX triplet: CD, 1E and 70. RGB value is (205,30,112). Sum of RGB (Red+Green+Blue) = 205+30+112=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1E70 is #32E18F. Grayscale: #5B5B5B. Windows color (decimal): -3334544 or 7347917. OLE color: 7347917.

HSL color Cylindrical-coordinate representation of color #CD1E70: hue angle of 331.89º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1E70 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 30 112 -
CMYK 0 0.85 0.45 0.20
HSL 331.89º 0.74% 0.46% -
HSV(B) 331.89º 0.85% 0.8% -
XYZ 28.57 15.08 16.73 -
YUV 91.67 139.48 208.83 -
System Red Green Blue C M Y K H S L
Decimal 205 30 112 0 0.85 0.45 0.20 331.89 0.74 0.46
Hex CD 1E 70 0 55 2D 14 14C 4A 2E
Octal 315 36 160 0 125 55 24 514 112 56
Binary 11001101 11110 1110000 0 1010101 101101 10100 101001100 1001010 101110

Color Harmonies of #CD1E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1E70

Black with #CD1E70

Text Example


Text Example

White with #CD1E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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