Html Css Color HEX #C2359A Medium Red Violet

📋 copy color: '#C2359A'

red 194 ◦ green 53 ◦ blue 154

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

Shades of Medium Red Violet #C2359A

Tints of Medium Red Violet #C2359A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 48.38%
G = 13.22%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2359A (or 0xC2359A) is known color: Medium Red Violet. HEX triplet: C2, 35 and 9A. RGB value is (194,53,154). Sum of RGB (Red+Green+Blue) = 194+53+154=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2359A is #3DCA65. Grayscale: #6A6A6A. Windows color (decimal): -4049510 or 10106306. OLE color: 10106306.

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

Color convert

RGB 194 53 154 -
CMYK 0 0.73 0.21 0.24
HSL 317.02º 0.57% 0.48% -
HSV(B) 317.02º 0.73% 0.76% -
XYZ 29.35 16.35 32.18 -
YUV 106.67 154.71 190.29 -
System Red Green Blue C M Y K H S L
Decimal 194 53 154 0 0.73 0.21 0.24 317.02 0.57 0.48
Hex C2 35 9A 0 49 15 18 13D 39 30
Octal 302 65 232 0 111 25 30 475 71 60
Binary 11000010 110101 10011010 0 1001001 10101 11000 100111101 111001 110000

Color Harmonies of #C2359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2359A

Black with #C2359A

Text Example


Text Example

White with #C2359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2359A; }

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

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

background-color css

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

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

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

border-color css

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

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

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