Html Css Color HEX #CD1F70 Medium Violet Red

📋 copy color: '#CD1F70'

red 205 ◦ green 31 ◦ blue 112

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

Shades of Medium Violet Red #CD1F70

Tints of Medium Violet Red #CD1F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.91%

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

R = 58.91%
G = 8.91%
B = 32.18%

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

#CD1F70 (or 0xCD1F70) is known color: Medium Violet Red. HEX triplet: CD, 1F and 70. RGB value is (205,31,112). Sum of RGB (Red+Green+Blue) = 205+31+112=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1F70 is #32E08F. Grayscale: #5C5C5C. Windows color (decimal): -3334288 or 7348173. OLE color: 7348173.

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

Color convert

RGB 205 31 112 -
CMYK 0 0.85 0.45 0.20
HSL 332.07º 0.74% 0.46% -
HSV(B) 332.07º 0.85% 0.8% -
XYZ 28.59 15.13 16.74 -
YUV 92.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 205 31 112 0 0.85 0.45 0.20 332.07 0.74 0.46
Hex CD 1F 70 0 55 2D 14 14C 4A 2E
Octal 315 37 160 0 125 55 24 514 112 56
Binary 11001101 11111 1110000 0 1010101 101101 10100 101001100 1001010 101110

Color Harmonies of #CD1F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1F70

Black with #CD1F70

Text Example


Text Example

White with #CD1F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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