Html Css Color HEX #CD1271 Medium Violet Red

📋 copy color: '#CD1271'

red 205 ◦ green 18 ◦ blue 113

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

Shades of Medium Violet Red #CD1271

Tints of Medium Violet Red #CD1271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.63%

R = 61.01%
G = 5.36%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD1271 (or 0xCD1271) is known color: Medium Violet Red. HEX triplet: CD, 12 and 71. RGB value is (205,18,113). Sum of RGB (Red+Green+Blue) = 205+18+113=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1271 is #32ED8E. Grayscale: #545454. Windows color (decimal): -3337615 or 7410381. OLE color: 7410381.

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

Color convert

RGB 205 18 113 -
CMYK 0 0.91 0.45 0.20
HSL 329.52º 0.84% 0.44% -
HSV(B) 329.52º 0.91% 0.8% -
XYZ 28.37 14.6 16.95 -
YUV 84.74 143.95 213.78 -
System Red Green Blue C M Y K H S L
Decimal 205 18 113 0 0.91 0.45 0.20 329.52 0.84 0.44
Hex CD 12 71 0 5B 2D 14 14A 54 2C
Octal 315 22 161 0 133 55 24 512 124 54
Binary 11001101 10010 1110001 0 1011011 101101 10100 101001010 1010100 101100

Color Harmonies of #CD1271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1271

Black with #CD1271

Text Example


Text Example

White with #CD1271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1271; }

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

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

background-color css

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

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

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

border-color css

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

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

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