Html Css Color HEX #C232A1 Medium Red Violet

📋 copy color: '#C232A1'

red 194 ◦ green 50 ◦ blue 161

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

Shades of Medium Red Violet #C232A1

Tints of Medium Red Violet #C232A1

RGB

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

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

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

R = 47.9%
G = 12.35%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C232A1 (or 0xC232A1) is known color: Medium Red Violet. HEX triplet: C2, 32 and A1. RGB value is (194,50,161). Sum of RGB (Red+Green+Blue) = 194+50+161=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C232A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C232A1 is #3DCD5E. Grayscale: #696969. Windows color (decimal): -4050271 or 10564290. OLE color: 10564290.

HSL color Cylindrical-coordinate representation of color #C232A1: hue angle of 313.75º 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 #C232A1 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 50 161 -
CMYK 0 0.74 0.17 0.24
HSL 313.75º 0.59% 0.48% -
HSV(B) 313.75º 0.74% 0.76% -
XYZ 29.82 16.32 35.3 -
YUV 105.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 194 50 161 0 0.74 0.17 0.24 313.75 0.59 0.48
Hex C2 32 A1 0 4A 11 18 13A 3B 30
Octal 302 62 241 0 112 21 30 472 73 60
Binary 11000010 110010 10100001 0 1001010 10001 11000 100111010 111011 110000

Color Harmonies of #C232A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C232A1

Black with #C232A1

Text Example


Text Example

White with #C232A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C232A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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