Html Css Color HEX #CD1396 Medium Violet Red

📋 copy color: '#CD1396'

red 205 ◦ green 19 ◦ blue 150

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

Shades of Medium Violet Red #CD1396

Tints of Medium Violet Red #CD1396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.11%

R = 54.81%
G = 5.08%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CD1396 (or 0xCD1396) is known color: Medium Violet Red. HEX triplet: CD, 13 and 96. RGB value is (205,19,150). Sum of RGB (Red+Green+Blue) = 205+19+150=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1396 is #32EC69. Grayscale: #595959. Windows color (decimal): -3337322 or 9835469. OLE color: 9835469.

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

Color convert

RGB 205 19 150 -
CMYK 0 0.91 0.27 0.20
HSL 317.74º 0.83% 0.44% -
HSV(B) 317.74º 0.91% 0.8% -
XYZ 30.91 15.65 30.24 -
YUV 89.55 162.12 210.35 -
System Red Green Blue C M Y K H S L
Decimal 205 19 150 0 0.91 0.27 0.20 317.74 0.83 0.44
Hex CD 13 96 0 5B 1B 14 13E 53 2C
Octal 315 23 226 0 133 33 24 476 123 54
Binary 11001101 10011 10010110 0 1011011 11011 10100 100111110 1010011 101100

Color Harmonies of #CD1396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1396

Black with #CD1396

Text Example


Text Example

White with #CD1396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1396; }

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

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

background-color css

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

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

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

border-color css

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

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

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