#CA229C

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

Shades of Medium Violet Red #CA229C

Tints of Medium Violet Red #CA229C

Color information

#CA229C (or 0xCA229C) is unknown color: approx Medium Violet Red. HEX triplet: CA, 22 and 9C. RGB value is (202,34,156). Sum of RGB (Red+Green+Blue) = 202+34+156=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA229C is #35DD63. Grayscale: #616161. Windows color (decimal): -3530084 or 10232522. OLE color: 10232522.

HSL color Cylindrical-coordinate representation of color #CA229C: hue angle of 316.43º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA229C is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB20234156-
CMYK00.830.230.21
HSL316.43º71.19%46.27%-
HSV(B)316.43º83.17%79.22%-
XYZ30.9316.132.93-
YUV98.14160.66202.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 34 (13.67% from 255) = 8.67%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=51.53%
G=8.67%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023415600.830.230.21316.4371.1946.27
HexCA229C053171513c472e
Octal312422340123272547410756
Binary11001010100010100111000101001110111101011001111001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA229C; }

 p { color: rgb(202,34,156); }

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

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

 a { background-color: rgb(202,34,156); }

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

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

 span { border-color: rgb(202,34,156); }

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