Html Css Color HEX #C2357D Medium Red Violet

📋 copy color: '#C2357D'

red 194 ◦ green 53 ◦ blue 125

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

Shades of Medium Red Violet #C2357D

Tints of Medium Red Violet #C2357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 52.15%
G = 14.25%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2357D (or 0xC2357D) is known color: Medium Red Violet. HEX triplet: C2, 35 and 7D. RGB value is (194,53,125). Sum of RGB (Red+Green+Blue) = 194+53+125=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2357D is #3DCA82. Grayscale: #676767. Windows color (decimal): -4049539 or 8205762. OLE color: 8205762.

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

Color convert

RGB 194 53 125 -
CMYK 0 0.73 0.36 0.24
HSL 329.36º 0.57% 0.48% -
HSV(B) 329.36º 0.73% 0.76% -
XYZ 27.22 15.5 20.96 -
YUV 103.37 140.21 192.65 -
System Red Green Blue C M Y K H S L
Decimal 194 53 125 0 0.73 0.36 0.24 329.36 0.57 0.48
Hex C2 35 7D 0 49 24 18 149 39 30
Octal 302 65 175 0 111 44 30 511 71 60
Binary 11000010 110101 1111101 0 1001001 100100 11000 101001001 111001 110000

Color Harmonies of #C2357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2357D

Black with #C2357D

Text Example


Text Example

White with #C2357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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