Html Css Color HEX #C034A0 Medium Red Violet

📋 copy color: '#C034A0'

red 192 ◦ green 52 ◦ blue 160

#C034A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C034A0

Tints of Medium Red Violet #C034A0

RGB

 RED value IS 192 (75.39% from 255) = 47.52%

 GREEN value IS 52 (20.7% from 255) = 12.87%

 BLUE value IS 160 (62.89% from 255) = 39.6%

R = 47.52%
G = 12.87%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C034A0 (or 0xC034A0) is known color: Medium Red Violet. HEX triplet: C0, 34 and A0. RGB value is (192,52,160). Sum of RGB (Red+Green+Blue) = 192+52+160=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C034A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C034A0 is #3FCB5F. Grayscale: #696969. Windows color (decimal): -4180832 or 10499264. OLE color: 10499264.

HSL color Cylindrical-coordinate representation of color #C034A0: hue angle of 313.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C034A0 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 160 -
CMYK 0 0.73 0.17 0.25
HSL 313.71º 0.57% 0.48% -
HSV(B) 313.71º 0.73% 0.75% -
XYZ 29.31 16.2 34.84 -
YUV 106.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 192 52 160 0 0.73 0.17 0.25 313.71 0.57 0.48
Hex C0 34 A0 0 49 11 19 13A 39 30
Octal 300 64 240 0 111 21 31 472 71 60
Binary 11000000 110100 10100000 0 1001001 10001 11001 100111010 111001 110000

Color Harmonies of #C034A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034A0

Black with #C034A0

Text Example


Text Example

White with #C034A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034A0; }

 p { color: rgb(192,52,160); }

 H1.HeaderClassName
 {
   color: #C034A0;
 }
 .AnyTagClassName
 {
   color: #C034A0;
 }
</style>

background-color css

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

 a { background-color: rgb(192,52,160); }

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

border-color css

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

 span { border-color: rgb(192,52,160); }

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