Html Css Color HEX #CD1477 Medium Violet Red

📋 copy color: '#CD1477'

red 205 ◦ green 20 ◦ blue 119

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

Shades of Medium Violet Red #CD1477

Tints of Medium Violet Red #CD1477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.81%

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 59.59%
G = 5.81%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD1477 (or 0xCD1477) is known color: Medium Violet Red. HEX triplet: CD, 14 and 77. RGB value is (205,20,119). Sum of RGB (Red+Green+Blue) = 205+20+119=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1477 is #32EB88. Grayscale: #565656. Windows color (decimal): -3337097 or 7804109. OLE color: 7804109.

HSL color Cylindrical-coordinate representation of color #CD1477: hue angle of 327.89º degrees, saturation: 0.82, 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 #CD1477 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 20 119 -
CMYK 0 0.90 0.42 0.20
HSL 327.89º 0.82% 0.44% -
HSV(B) 327.89º 0.9% 0.8% -
XYZ 28.76 14.81 18.8 -
YUV 86.6 146.29 212.45 -
System Red Green Blue C M Y K H S L
Decimal 205 20 119 0 0.90 0.42 0.20 327.89 0.82 0.44
Hex CD 14 77 0 5A 2A 14 148 52 2C
Octal 315 24 167 0 132 52 24 510 122 54
Binary 11001101 10100 1110111 0 1011010 101010 10100 101001000 1010010 101100

Color Harmonies of #CD1477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1477

Black with #CD1477

Text Example


Text Example

White with #CD1477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1477; }

 p { color: rgb(205,20,119); }

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

background-color css

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

 a { background-color: rgb(205,20,119); }

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

border-color css

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

 span { border-color: rgb(205,20,119); }

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