Html Css Color HEX #C5236D Medium Violet Red

📋 copy color: '#C5236D'

red 197 ◦ green 35 ◦ blue 109

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

Shades of Medium Violet Red #C5236D

Tints of Medium Violet Red #C5236D

RGB

 RED value IS 197 (77.34% from 255) = 57.77%

 GREEN value IS 35 (14.06% from 255) = 10.26%

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 57.77%
G = 10.26%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5236D (or 0xC5236D) is known color: Medium Violet Red. HEX triplet: C5, 23 and 6D. RGB value is (197,35,109). Sum of RGB (Red+Green+Blue) = 197+35+109=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5236D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5236D is #3ADC92. Grayscale: #5B5B5B. Windows color (decimal): -3857555 or 7152581. OLE color: 7152581.

HSL color Cylindrical-coordinate representation of color #C5236D: hue angle of 332.59º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5236D is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 35 109 -
CMYK 0 0.82 0.45 0.23
HSL 332.59º 0.7% 0.45% -
HSV(B) 332.59º 0.82% 0.77% -
XYZ 26.39 14.18 15.81 -
YUV 91.87 137.67 202.98 -
System Red Green Blue C M Y K H S L
Decimal 197 35 109 0 0.82 0.45 0.23 332.59 0.7 0.45
Hex C5 23 6D 0 52 2D 17 14D 46 2D
Octal 305 43 155 0 122 55 27 515 106 55
Binary 11000101 100011 1101101 0 1010010 101101 10111 101001101 1000110 101101

Color Harmonies of #C5236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5236D

Black with #C5236D

Text Example


Text Example

White with #C5236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5236D; }

 p { color: rgb(197,35,109); }

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

background-color css

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

 a { background-color: rgb(197,35,109); }

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

border-color css

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

 span { border-color: rgb(197,35,109); }

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