Html Css Color HEX #CD1C9C Medium Violet Red

📋 copy color: '#CD1C9C'

red 205 ◦ green 28 ◦ blue 156

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

Shades of Medium Violet Red #CD1C9C

Tints of Medium Violet Red #CD1C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.1%

R = 52.7%
G = 7.2%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD1C9C (or 0xCD1C9C) is known color: Medium Violet Red. HEX triplet: CD, 1C and 9C. RGB value is (205,28,156). Sum of RGB (Red+Green+Blue) = 205+28+156=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1C9C is #32E363. Grayscale: #5F5F5F. Windows color (decimal): -3335012 or 10230989. OLE color: 10230989.

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

Color convert

RGB 205 28 156 -
CMYK 0 0.86 0.24 0.20
HSL 316.61º 0.76% 0.46% -
HSV(B) 316.61º 0.86% 0.8% -
XYZ 31.59 16.21 32.92 -
YUV 95.52 162.14 206.09 -
System Red Green Blue C M Y K H S L
Decimal 205 28 156 0 0.86 0.24 0.20 316.61 0.76 0.46
Hex CD 1C 9C 0 56 18 14 13D 4C 2E
Octal 315 34 234 0 126 30 24 475 114 56
Binary 11001101 11100 10011100 0 1010110 11000 10100 100111101 1001100 101110

Color Harmonies of #CD1C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1C9C

Black with #CD1C9C

Text Example


Text Example

White with #CD1C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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