#CC1F7B

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

Shades of Medium Violet Red #CC1F7B

Tints of Medium Violet Red #CC1F7B

Color information

#CC1F7B (or 0xCC1F7B) is unknown color: approx Medium Violet Red. HEX triplet: CC, 1F and 7B. RGB value is (204,31,123). Sum of RGB (Red+Green+Blue) = 204+31+123=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1F7B is #33E084. Grayscale: #5D5D5D. Windows color (decimal): -3399813 or 8069068. OLE color: 8069068.

HSL color Cylindrical-coordinate representation of color #CC1F7B: hue angle of 328.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1F7B is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB20431123-
CMYK00.850.400.2
HSL328.09º73.62%46.08%-
HSV(B)328.09º84.8%80%-
XYZ28.9715.2520.16-
YUV93.22144.81207.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.98%
GREEN value IS 31 (12.5% from 255) = 8.66%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=56.98%
G=8.66%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043112300.850.400.2328.0973.6246.08
HexCC1F7B05528141484a2e
Octal314371730125502451011256
Binary1100110011111111101101010101101000101001010010001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1F7B; }

 p { color: rgb(204,31,123); }

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

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

 a { background-color: rgb(204,31,123); }

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

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

 span { border-color: rgb(204,31,123); }

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