Html Css Color HEX #C434A1 Medium Red Violet

📋 copy color: '#C434A1'

red 196 ◦ green 52 ◦ blue 161

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

Shades of Medium Red Violet #C434A1

Tints of Medium Red Violet #C434A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.36%

R = 47.92%
G = 12.71%
B = 39.36%

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

#C434A1 (or 0xC434A1) is known color: Medium Red Violet. HEX triplet: C4, 34 and A1. RGB value is (196,52,161). Sum of RGB (Red+Green+Blue) = 196+52+161=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C434A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C434A1 is #3BCB5E. Grayscale: #6B6B6B. Windows color (decimal): -3918687 or 10564804. OLE color: 10564804.

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

Color convert

RGB 196 52 161 -
CMYK 0 0.73 0.18 0.23
HSL 314.58º 0.58% 0.49% -
HSV(B) 314.58º 0.73% 0.77% -
XYZ 30.43 16.76 35.35 -
YUV 107.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 196 52 161 0 0.73 0.18 0.23 314.58 0.58 0.49
Hex C4 34 A1 0 49 12 17 13B 3A 31
Octal 304 64 241 0 111 22 27 473 72 61
Binary 11000100 110100 10100001 0 1001001 10010 10111 100111011 111010 110001

Color Harmonies of #C434A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434A1

Black with #C434A1

Text Example


Text Example

White with #C434A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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