Html Css Color HEX #C232A0 Medium Red Violet

📋 copy color: '#C232A0'

red 194 ◦ green 50 ◦ blue 160

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

Shades of Medium Red Violet #C232A0

Tints of Medium Red Violet #C232A0

RGB

 RED value IS 194 (76.17% from 255) = 48.02%

 GREEN value IS 50 (19.92% from 255) = 12.38%

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

R = 48.02%
G = 12.38%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C232A0 (or 0xC232A0) is known color: Medium Red Violet. HEX triplet: C2, 32 and A0. RGB value is (194,50,160). Sum of RGB (Red+Green+Blue) = 194+50+160=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C232A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C232A0 is #3DCD5F. Grayscale: #696969. Windows color (decimal): -4050272 or 10498754. OLE color: 10498754.

HSL color Cylindrical-coordinate representation of color #C232A0: hue angle of 314.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C232A0 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 50 160 -
CMYK 0 0.74 0.18 0.24
HSL 314.17º 0.59% 0.48% -
HSV(B) 314.17º 0.74% 0.76% -
XYZ 29.73 16.29 34.83 -
YUV 105.6 158.71 191.06 -
System Red Green Blue C M Y K H S L
Decimal 194 50 160 0 0.74 0.18 0.24 314.17 0.59 0.48
Hex C2 32 A0 0 4A 12 18 13A 3B 30
Octal 302 62 240 0 112 22 30 472 73 60
Binary 11000010 110010 10100000 0 1001010 10010 11000 100111010 111011 110000

Color Harmonies of #C232A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C232A0

Black with #C232A0

Text Example


Text Example

White with #C232A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C232A0; }

 p { color: rgb(194,50,160); }

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

background-color css

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

 a { background-color: rgb(194,50,160); }

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

border-color css

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

 span { border-color: rgb(194,50,160); }

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