Html Css Color HEX #CD1E74 Medium Violet Red

📋 copy color: '#CD1E74'

red 205 ◦ green 30 ◦ blue 116

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

Shades of Medium Violet Red #CD1E74

Tints of Medium Violet Red #CD1E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 58.4%
G = 8.55%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD1E74 (or 0xCD1E74) is known color: Medium Violet Red. HEX triplet: CD, 1E and 74. RGB value is (205,30,116). Sum of RGB (Red+Green+Blue) = 205+30+116=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1E74 is #32E18B. Grayscale: #5B5B5B. Windows color (decimal): -3334540 or 7610061. OLE color: 7610061.

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

Color convert

RGB 205 30 116 -
CMYK 0 0.85 0.43 0.20
HSL 330.51º 0.74% 0.46% -
HSV(B) 330.51º 0.85% 0.8% -
XYZ 28.79 15.17 17.93 -
YUV 92.13 141.48 208.51 -
System Red Green Blue C M Y K H S L
Decimal 205 30 116 0 0.85 0.43 0.20 330.51 0.74 0.46
Hex CD 1E 74 0 55 2B 14 14B 4A 2E
Octal 315 36 164 0 125 53 24 513 112 56
Binary 11001101 11110 1110100 0 1010101 101011 10100 101001011 1001010 101110

Color Harmonies of #CD1E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1E74

Black with #CD1E74

Text Example


Text Example

White with #CD1E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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