#CC127D

Color #CC127D Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CC127D

Tints of Medium Violet Red #CC127D

Color information

#CC127D (or 0xCC127D) is unknown color: approx Medium Violet Red. HEX triplet: CC, 12 and 7D. RGB value is (204,18,125). Sum of RGB (Red+Green+Blue) = 204+18+125=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC127D is #33ED82. Grayscale: #555555. Windows color (decimal): -3403139 or 8196812. OLE color: 8196812.

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

Color convert

RGB20418125-
CMYK00.910.390.2
HSL325.48º83.78%43.53%-
HSV(B)325.48º91.18%80%-
XYZ28.8214.7520.73-
YUV85.81150.12212.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.79%
GREEN value IS 18 (7.42% from 255) = 5.19%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=58.79%
G=5.19%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041812500.910.390.2325.4883.7843.53
HexCC127D05B2714145542c
Octal314221750133472450512454
Binary1100110010010111110101011011100111101001010001011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC127D; }

 p { color: rgb(204,18,125); }

 H1.HeaderClassName
 {
   color: #CC127D;
 }
 .AnyTagClassName
 {
   color: #CC127D;
 }
</style>
background-color css

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

 a { background-color: rgb(204,18,125); }

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

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

 span { border-color: rgb(204,18,125); }

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