Html Css Color HEX #CD1296 Medium Violet Red

📋 copy color: '#CD1296'

red 205 ◦ green 18 ◦ blue 150

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

Shades of Medium Violet Red #CD1296

Tints of Medium Violet Red #CD1296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.83%

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

R = 54.96%
G = 4.83%
B = 40.21%

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

#CD1296 (or 0xCD1296) is known color: Medium Violet Red. HEX triplet: CD, 12 and 96. RGB value is (205,18,150). Sum of RGB (Red+Green+Blue) = 205+18+150=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1296 is #32ED69. Grayscale: #585858. Windows color (decimal): -3337578 or 9835213. OLE color: 9835213.

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

Color convert

RGB 205 18 150 -
CMYK 0 0.91 0.27 0.20
HSL 317.65º 0.84% 0.44% -
HSV(B) 317.65º 0.91% 0.8% -
XYZ 30.9 15.61 30.24 -
YUV 88.96 162.45 210.77 -
System Red Green Blue C M Y K H S L
Decimal 205 18 150 0 0.91 0.27 0.20 317.65 0.84 0.44
Hex CD 12 96 0 5B 1B 14 13E 54 2C
Octal 315 22 226 0 133 33 24 476 124 54
Binary 11001101 10010 10010110 0 1011011 11011 10100 100111110 1010100 101100

Color Harmonies of #CD1296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1296

Black with #CD1296

Text Example


Text Example

White with #CD1296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1296; }

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

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

background-color css

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

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

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

border-color css

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

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

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