#CC268A

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

Shades of Medium Violet Red #CC268A

Tints of Medium Violet Red #CC268A

Color information

#CC268A (or 0xCC268A) is unknown color: approx Medium Violet Red. HEX triplet: CC, 26 and 8A. RGB value is (204,38,138). Sum of RGB (Red+Green+Blue) = 204+38+138=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC268A is #33D975. Grayscale: #626262. Windows color (decimal): -3398006 or 9053900. OLE color: 9053900.

HSL color Cylindrical-coordinate representation of color #CC268A: hue angle of 323.86º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC268A is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB20438138-
CMYK00.810.320.2
HSL323.86º68.6%47.45%-
HSV(B)323.86º81.37%80%-
XYZ30.1816.0625.55-
YUV99.03150202.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.68%
GREEN value IS 38 (15.23% from 255) = 10%
BLUE value IS 138 (54.30% from 255) = 36.32%
R=53.68%
G=10%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043813800.810.320.2323.8668.647.45
HexCC268A0512014144452f
Octal314462120121402450410557
Binary110011001001101000101001010001100000101001010001001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC268A; }

 p { color: rgb(204,38,138); }

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

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

 a { background-color: rgb(204,38,138); }

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

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

 span { border-color: rgb(204,38,138); }

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