Html Css Color HEX #C5236F Medium Violet Red

📋 copy color: '#C5236F'

red 197 ◦ green 35 ◦ blue 111

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

Shades of Medium Violet Red #C5236F

Tints of Medium Violet Red #C5236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.36%

R = 57.43%
G = 10.2%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5236F (or 0xC5236F) is known color: Medium Violet Red. HEX triplet: C5, 23 and 6F. RGB value is (197,35,111). Sum of RGB (Red+Green+Blue) = 197+35+111=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5236F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5236F is #3ADC90. Grayscale: #5B5B5B. Windows color (decimal): -3857553 or 7283653. OLE color: 7283653.

HSL color Cylindrical-coordinate representation of color #C5236F: hue angle of 331.85º 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 #C5236F is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 35 111 -
CMYK 0 0.82 0.44 0.23
HSL 331.85º 0.7% 0.45% -
HSV(B) 331.85º 0.82% 0.77% -
XYZ 26.5 14.22 16.39 -
YUV 92.1 138.67 202.82 -
System Red Green Blue C M Y K H S L
Decimal 197 35 111 0 0.82 0.44 0.23 331.85 0.7 0.45
Hex C5 23 6F 0 52 2C 17 14C 46 2D
Octal 305 43 157 0 122 54 27 514 106 55
Binary 11000101 100011 1101111 0 1010010 101100 10111 101001100 1000110 101101

Color Harmonies of #C5236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5236F

Black with #C5236F

Text Example


Text Example

White with #C5236F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5236F; }

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

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

background-color css

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

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

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

border-color css

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

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

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