Html Css Color HEX #CD1394 Medium Violet Red

📋 copy color: '#CD1394'

red 205 ◦ green 19 ◦ blue 148

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

Shades of Medium Violet Red #CD1394

Tints of Medium Violet Red #CD1394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.11%

 BLUE value IS 148 (58.2% from 255) = 39.78%

R = 55.11%
G = 5.11%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CD1394 (or 0xCD1394) is known color: Medium Violet Red. HEX triplet: CD, 13 and 94. RGB value is (205,19,148). Sum of RGB (Red+Green+Blue) = 205+19+148=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1394 is #32EC6B. Grayscale: #585858. Windows color (decimal): -3337324 or 9704397. OLE color: 9704397.

HSL color Cylindrical-coordinate representation of color #CD1394: hue angle of 318.39º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1394 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 19 148 -
CMYK 0 0.91 0.28 0.20
HSL 318.39º 0.83% 0.44% -
HSV(B) 318.39º 0.91% 0.8% -
XYZ 30.76 15.58 29.4 -
YUV 89.32 161.12 210.51 -
System Red Green Blue C M Y K H S L
Decimal 205 19 148 0 0.91 0.28 0.20 318.39 0.83 0.44
Hex CD 13 94 0 5B 1C 14 13E 53 2C
Octal 315 23 224 0 133 34 24 476 123 54
Binary 11001101 10011 10010100 0 1011011 11100 10100 100111110 1010011 101100

Color Harmonies of #CD1394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1394

Black with #CD1394

Text Example


Text Example

White with #CD1394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1394; }

 p { color: rgb(205,19,148); }

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

background-color css

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

 a { background-color: rgb(205,19,148); }

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

border-color css

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

 span { border-color: rgb(205,19,148); }

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