#CC26A3

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

Shades of Medium Violet Red #CC26A3

Tints of Medium Violet Red #CC26A3

Color information

#CC26A3 (or 0xCC26A3) is unknown color: approx Medium Violet Red. HEX triplet: CC, 26 and A3. RGB value is (204,38,163). Sum of RGB (Red+Green+Blue) = 204+38+163=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC26A3 is #33D95C. Grayscale: #656565. Windows color (decimal): -3397981 or 10692300. OLE color: 10692300.

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

Color convert

RGB20438163-
CMYK00.810.200.2
HSL314.82º68.6%47.45%-
HSV(B)314.82º81.37%80%-
XYZ32.2116.8736.21-
YUV101.88162.5200.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.37%
GREEN value IS 38 (15.23% from 255) = 9.38%
BLUE value IS 163 (64.06% from 255) = 40.25%
R=50.37%
G=9.38%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043816300.810.200.2314.8268.647.45
HexCC26A3051141413b452f
Octal314462430121242447310557
Binary11001100100110101000110101000110100101001001110111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC26A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC26A3; }

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

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

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

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

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

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

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

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