Html Css Color HEX #C430AA Medium Red Violet

📋 copy color: '#C430AA'

red 196 ◦ green 48 ◦ blue 170

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

Shades of Medium Red Violet #C430AA

Tints of Medium Red Violet #C430AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 47.34%
G = 11.59%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C430AA (or 0xC430AA) is known color: Medium Red Violet. HEX triplet: C4, 30 and AA. RGB value is (196,48,170). Sum of RGB (Red+Green+Blue) = 196+48+170=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C430AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C430AA is #3BCF55. Grayscale: #696969. Windows color (decimal): -3919702 or 11153604. OLE color: 11153604.

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

Color convert

RGB 196 48 170 -
CMYK 0 0.76 0.13 0.23
HSL 310.54º 0.61% 0.48% -
HSV(B) 310.54º 0.76% 0.77% -
XYZ 31.08 16.75 39.63 -
YUV 106.16 164.03 192.08 -
System Red Green Blue C M Y K H S L
Decimal 196 48 170 0 0.76 0.13 0.23 310.54 0.61 0.48
Hex C4 30 AA 0 4C D 17 137 3D 30
Octal 304 60 252 0 114 15 27 467 75 60
Binary 11000100 110000 10101010 0 1001100 1101 10111 100110111 111101 110000

Color Harmonies of #C430AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430AA

Black with #C430AA

Text Example


Text Example

White with #C430AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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