Html Css Color HEX #CD1386 Medium Violet Red

📋 copy color: '#CD1386'

red 205 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #CD1386

Tints of Medium Violet Red #CD1386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.43%

R = 57.26%
G = 5.31%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD1386 (or 0xCD1386) is known color: Medium Violet Red. HEX triplet: CD, 13 and 86. RGB value is (205,19,134). Sum of RGB (Red+Green+Blue) = 205+19+134=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1386 is #32EC79. Grayscale: #575757. Windows color (decimal): -3337338 or 8786893. OLE color: 8786893.

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

Color convert

RGB 205 19 134 -
CMYK 0 0.91 0.35 0.20
HSL 322.9º 0.83% 0.44% -
HSV(B) 322.9º 0.91% 0.8% -
XYZ 29.71 15.17 23.92 -
YUV 87.72 154.12 211.65 -
System Red Green Blue C M Y K H S L
Decimal 205 19 134 0 0.91 0.35 0.20 322.9 0.83 0.44
Hex CD 13 86 0 5B 23 14 143 53 2C
Octal 315 23 206 0 133 43 24 503 123 54
Binary 11001101 10011 10000110 0 1011011 100011 10100 101000011 1010011 101100

Color Harmonies of #CD1386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1386

Black with #CD1386

Text Example


Text Example

White with #CD1386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1386; }

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

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

background-color css

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

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

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

border-color css

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

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

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