Html Css Color HEX #C434A0 Medium Red Violet

📋 copy color: '#C434A0'

red 196 ◦ green 52 ◦ blue 160

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

Shades of Medium Red Violet #C434A0

Tints of Medium Red Violet #C434A0

RGB

 RED value IS 196 (76.95% from 255) = 48.04%

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

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

R = 48.04%
G = 12.75%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C434A0 (or 0xC434A0) is known color: Medium Red Violet. HEX triplet: C4, 34 and A0. RGB value is (196,52,160). Sum of RGB (Red+Green+Blue) = 196+52+160=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C434A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C434A0 is #3BCB5F. Grayscale: #6B6B6B. Windows color (decimal): -3918688 or 10499268. OLE color: 10499268.

HSL color Cylindrical-coordinate representation of color #C434A0: hue angle of 315º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C434A0 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 52 160 -
CMYK 0 0.73 0.18 0.23
HSL 315º 0.58% 0.49% -
HSV(B) 315º 0.73% 0.77% -
XYZ 30.34 16.73 34.89 -
YUV 107.37 157.71 191.22 -
System Red Green Blue C M Y K H S L
Decimal 196 52 160 0 0.73 0.18 0.23 315 0.58 0.49
Hex C4 34 A0 0 49 12 17 13B 3A 31
Octal 304 64 240 0 111 22 27 473 72 61
Binary 11000100 110100 10100000 0 1001001 10010 10111 100111011 111010 110001

Color Harmonies of #C434A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434A0

Black with #C434A0

Text Example


Text Example

White with #C434A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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