#C3298B

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

Shades of Medium Red Violet #C3298B

Tints of Medium Red Violet #C3298B

Color information

#C3298B (or 0xC3298B) is unknown color: approx Medium Red Violet. HEX triplet: C3, 29 and 8B. RGB value is (195,41,139). Sum of RGB (Red+Green+Blue) = 195+41+139=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3298B is #3CD674. Grayscale: #616161. Windows color (decimal): -3987061 or 9120195. OLE color: 9120195.

HSL color Cylindrical-coordinate representation of color #C3298B: hue angle of 321.82º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3298B is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB19541139-
CMYK00.790.290.24
HSL321.82º65.25%46.27%-
HSV(B)321.82º78.97%76.47%-
XYZ27.9615.0525.86-
YUV98.22151.02197.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52%
GREEN value IS 41 (16.41% from 255) = 10.93%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=52%
G=10.93%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954113900.790.290.24321.8265.2546.27
HexC3298B04F1D18142412e
Octal303512130117353050210156
Binary11000011101001100010110100111111101110001010000101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3298B; }

 p { color: rgb(195,41,139); }

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

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

 a { background-color: rgb(195,41,139); }

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

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

 span { border-color: rgb(195,41,139); }

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