#CC268B

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

Shades of Medium Violet Red #CC268B

Tints of Medium Violet Red #CC268B

Color information

#CC268B (or 0xCC268B) is unknown color: approx Medium Violet Red. HEX triplet: CC, 26 and 8B. RGB value is (204,38,139). Sum of RGB (Red+Green+Blue) = 204+38+139=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC268B is #33D974. Grayscale: #626262. Windows color (decimal): -3398005 or 9119436. OLE color: 9119436.

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

Color convert

RGB20438139-
CMYK00.810.320.2
HSL323.49º68.6%47.45%-
HSV(B)323.49º81.37%80%-
XYZ30.2616.0925.94-
YUV99.15150.5202.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 38 (15.23% from 255) = 9.97%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=53.54%
G=9.97%
B=36.48%

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
Decimal2043813900.810.320.2323.4968.647.45
HexCC268B0512014143452f
Octal314462130121402450310557
Binary110011001001101000101101010001100000101001010000111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC268B; }

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

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

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

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

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

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

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

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