Html Css Color HEX #C034A8 Medium Red Violet

📋 copy color: '#C034A8'

red 192 ◦ green 52 ◦ blue 168

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

Shades of Medium Red Violet #C034A8

Tints of Medium Red Violet #C034A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 46.6%
G = 12.62%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C034A8 (or 0xC034A8) is known color: Medium Red Violet. HEX triplet: C0, 34 and A8. RGB value is (192,52,168). Sum of RGB (Red+Green+Blue) = 192+52+168=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C034A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C034A8 is #3FCB57. Grayscale: #6A6A6A. Windows color (decimal): -4180824 or 11023552. OLE color: 11023552.

HSL color Cylindrical-coordinate representation of color #C034A8: hue angle of 310.29º 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 #C034A8 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 168 -
CMYK 0 0.73 0.12 0.25
HSL 310.29º 0.57% 0.48% -
HSV(B) 310.29º 0.73% 0.75% -
XYZ 30.03 16.49 38.65 -
YUV 107.08 162.38 188.57 -
System Red Green Blue C M Y K H S L
Decimal 192 52 168 0 0.73 0.12 0.25 310.29 0.57 0.48
Hex C0 34 A8 0 49 C 19 136 39 30
Octal 300 64 250 0 111 14 31 466 71 60
Binary 11000000 110100 10101000 0 1001001 1100 11001 100110110 111001 110000

Color Harmonies of #C034A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034A8

Black with #C034A8

Text Example


Text Example

White with #C034A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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