Html Css Color HEX #CD1CAC Medium Violet Red

📋 copy color: '#CD1CAC'

red 205 ◦ green 28 ◦ blue 172

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

Shades of Medium Violet Red #CD1CAC

Tints of Medium Violet Red #CD1CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 50.62%
G = 6.91%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CD1CAC (or 0xCD1CAC) is known color: Medium Violet Red. HEX triplet: CD, 1C and AC. RGB value is (205,28,172). Sum of RGB (Red+Green+Blue) = 205+28+172=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1CAC is #32E353. Grayscale: #606060. Windows color (decimal): -3334996 or 11279565. OLE color: 11279565.

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

Color convert

RGB 205 28 172 -
CMYK 0 0.86 0.16 0.20
HSL 311.19º 0.76% 0.46% -
HSV(B) 311.19º 0.86% 0.8% -
XYZ 33.04 16.79 40.53 -
YUV 97.34 170.14 204.79 -
System Red Green Blue C M Y K H S L
Decimal 205 28 172 0 0.86 0.16 0.20 311.19 0.76 0.46
Hex CD 1C AC 0 56 10 14 137 4C 2E
Octal 315 34 254 0 126 20 24 467 114 56
Binary 11001101 11100 10101100 0 1010110 10000 10100 100110111 1001100 101110

Color Harmonies of #CD1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1CAC

Black with #CD1CAC

Text Example


Text Example

White with #CD1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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