Html Css Color HEX #CD1C74 Medium Violet Red

📋 copy color: '#CD1C74'

red 205 ◦ green 28 ◦ blue 116

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

Shades of Medium Violet Red #CD1C74

Tints of Medium Violet Red #CD1C74

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.02%

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

R = 58.74%
G = 8.02%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD1C74 (or 0xCD1C74) is known color: Medium Violet Red. HEX triplet: CD, 1C and 74. RGB value is (205,28,116). Sum of RGB (Red+Green+Blue) = 205+28+116=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1C74 is #32E38B. Grayscale: #5A5A5A. Windows color (decimal): -3335052 or 7609549. OLE color: 7609549.

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

Color convert

RGB 205 28 116 -
CMYK 0 0.86 0.43 0.20
HSL 330.17º 0.76% 0.46% -
HSV(B) 330.17º 0.86% 0.8% -
XYZ 28.74 15.07 17.92 -
YUV 90.96 142.14 209.34 -
System Red Green Blue C M Y K H S L
Decimal 205 28 116 0 0.86 0.43 0.20 330.17 0.76 0.46
Hex CD 1C 74 0 56 2B 14 14A 4C 2E
Octal 315 34 164 0 126 53 24 512 114 56
Binary 11001101 11100 1110100 0 1010110 101011 10100 101001010 1001100 101110

Color Harmonies of #CD1C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1C74

Black with #CD1C74

Text Example


Text Example

White with #CD1C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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