Html Css Color HEX #CD1279 Medium Violet Red

📋 copy color: '#CD1279'

red 205 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #CD1279

Tints of Medium Violet Red #CD1279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.17%

R = 59.59%
G = 5.23%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CD1279 (or 0xCD1279) is known color: Medium Violet Red. HEX triplet: CD, 12 and 79. RGB value is (205,18,121). Sum of RGB (Red+Green+Blue) = 205+18+121=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1279 is #32ED86. Grayscale: #555555. Windows color (decimal): -3337607 or 7934669. OLE color: 7934669.

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

Color convert

RGB 205 18 121 -
CMYK 0 0.91 0.41 0.20
HSL 326.95º 0.84% 0.44% -
HSV(B) 326.95º 0.91% 0.8% -
XYZ 28.84 14.79 19.42 -
YUV 85.66 147.95 213.12 -
System Red Green Blue C M Y K H S L
Decimal 205 18 121 0 0.91 0.41 0.20 326.95 0.84 0.44
Hex CD 12 79 0 5B 29 14 147 54 2C
Octal 315 22 171 0 133 51 24 507 124 54
Binary 11001101 10010 1111001 0 1011011 101001 10100 101000111 1010100 101100

Color Harmonies of #CD1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1279

Black with #CD1279

Text Example


Text Example

White with #CD1279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1279; }

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

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

background-color css

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

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

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

border-color css

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

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

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