#CC1B7E

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

Shades of Medium Violet Red #CC1B7E

Tints of Medium Violet Red #CC1B7E

Color information

#CC1B7E (or 0xCC1B7E) is unknown color: approx Medium Violet Red. HEX triplet: CC, 1B and 7E. RGB value is (204,27,126). Sum of RGB (Red+Green+Blue) = 204+27+126=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1B7E is #33E481. Grayscale: #5A5A5A. Windows color (decimal): -3400834 or 8264652. OLE color: 8264652.

HSL color Cylindrical-coordinate representation of color #CC1B7E: hue angle of 326.44º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1B7E is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB20427126-
CMYK00.870.380.2
HSL326.44º76.62%45.29%-
HSV(B)326.44º86.76%80%-
XYZ29.0615.1321.13-
YUV91.21147.64208.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.14%
GREEN value IS 27 (10.94% from 255) = 7.56%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=57.14%
G=7.56%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042712600.870.380.2326.4476.6245.29
HexCC1B7E05726141464d2d
Octal314331760127462450611555
Binary1100110011011111111001010111100110101001010001101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1B7E; }

 p { color: rgb(204,27,126); }

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

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

 a { background-color: rgb(204,27,126); }

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

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

 span { border-color: rgb(204,27,126); }

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