Html Css Color HEX #C430A5 Medium Red Violet

📋 copy color: '#C430A5'

red 196 ◦ green 48 ◦ blue 165

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

Shades of Medium Red Violet #C430A5

Tints of Medium Red Violet #C430A5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.74%

 BLUE value IS 165 (64.84% from 255) = 40.34%

R = 47.92%
G = 11.74%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C430A5 (or 0xC430A5) is known color: Medium Red Violet. HEX triplet: C4, 30 and A5. RGB value is (196,48,165). Sum of RGB (Red+Green+Blue) = 196+48+165=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C430A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C430A5 is #3BCF5A. Grayscale: #696969. Windows color (decimal): -3919707 or 10825924. OLE color: 10825924.

HSL color Cylindrical-coordinate representation of color #C430A5: hue angle of 312.57º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C430A5 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 48 165 -
CMYK 0 0.76 0.16 0.23
HSL 312.57º 0.61% 0.48% -
HSV(B) 312.57º 0.76% 0.77% -
XYZ 30.61 16.57 37.18 -
YUV 105.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 196 48 165 0 0.76 0.16 0.23 312.57 0.61 0.48
Hex C4 30 A5 0 4C 10 17 139 3D 30
Octal 304 60 245 0 114 20 27 471 75 60
Binary 11000100 110000 10100101 0 1001100 10000 10111 100111001 111101 110000

Color Harmonies of #C430A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430A5

Black with #C430A5

Text Example


Text Example

White with #C430A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430A5; }

 p { color: rgb(196,48,165); }

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

background-color css

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

 a { background-color: rgb(196,48,165); }

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

border-color css

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

 span { border-color: rgb(196,48,165); }

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