Html Css Color HEX #CD1C8D Medium Violet Red

📋 copy color: '#CD1C8D'

red 205 ◦ green 28 ◦ blue 141

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

Shades of Medium Violet Red #CD1C8D

Tints of Medium Violet Red #CD1C8D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.49%

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 54.81%
G = 7.49%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD1C8D (or 0xCD1C8D) is known color: Medium Violet Red. HEX triplet: CD, 1C and 8D. RGB value is (205,28,141). Sum of RGB (Red+Green+Blue) = 205+28+141=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1C8D is #32E372. Grayscale: #5D5D5D. Windows color (decimal): -3335027 or 9247949. OLE color: 9247949.

HSL color Cylindrical-coordinate representation of color #CD1C8D: hue angle of 321.69º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1C8D is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 28 141 -
CMYK 0 0.86 0.31 0.20
HSL 321.69º 0.76% 0.46% -
HSV(B) 321.69º 0.86% 0.8% -
XYZ 30.4 15.73 26.63 -
YUV 93.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 205 28 141 0 0.86 0.31 0.20 321.69 0.76 0.46
Hex CD 1C 8D 0 56 1F 14 142 4C 2E
Octal 315 34 215 0 126 37 24 502 114 56
Binary 11001101 11100 10001101 0 1010110 11111 10100 101000010 1001100 101110

Color Harmonies of #CD1C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1C8D

Black with #CD1C8D

Text Example


Text Example

White with #CD1C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1C8D; }

 p { color: rgb(205,28,141); }

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

background-color css

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

 a { background-color: rgb(205,28,141); }

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

border-color css

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

 span { border-color: rgb(205,28,141); }

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