Html Css Color HEX #C235A1 Medium Red Violet

📋 copy color: '#C235A1'

red 194 ◦ green 53 ◦ blue 161

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

Shades of Medium Red Violet #C235A1

Tints of Medium Red Violet #C235A1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.99%

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

R = 47.55%
G = 12.99%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C235A1 (or 0xC235A1) is known color: Medium Red Violet. HEX triplet: C2, 35 and A1. RGB value is (194,53,161). Sum of RGB (Red+Green+Blue) = 194+53+161=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C235A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C235A1 is #3DCA5E. Grayscale: #6B6B6B. Windows color (decimal): -4049503 or 10565058. OLE color: 10565058.

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

Color convert

RGB 194 53 161 -
CMYK 0 0.73 0.17 0.24
HSL 314.04º 0.57% 0.48% -
HSV(B) 314.04º 0.73% 0.76% -
XYZ 29.95 16.59 35.34 -
YUV 107.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 194 53 161 0 0.73 0.17 0.24 314.04 0.57 0.48
Hex C2 35 A1 0 49 11 18 13A 39 30
Octal 302 65 241 0 111 21 30 472 71 60
Binary 11000010 110101 10100001 0 1001001 10001 11000 100111010 111001 110000

Color Harmonies of #C235A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235A1

Black with #C235A1

Text Example


Text Example

White with #C235A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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