Html Css Color HEX #C5238A Medium Violet Red

📋 copy color: '#C5238A'

red 197 ◦ green 35 ◦ blue 138

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

Shades of Medium Violet Red #C5238A

Tints of Medium Violet Red #C5238A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 53.24%
G = 9.46%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5238A (or 0xC5238A) is known color: Medium Violet Red. HEX triplet: C5, 23 and 8A. RGB value is (197,35,138). Sum of RGB (Red+Green+Blue) = 197+35+138=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5238A is #3ADC75. Grayscale: #5E5E5E. Windows color (decimal): -3857526 or 9053125. OLE color: 9053125.

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

Color convert

RGB 197 35 138 -
CMYK 0 0.82 0.30 0.23
HSL 321.85º 0.7% 0.45% -
HSV(B) 321.85º 0.82% 0.77% -
XYZ 28.21 14.91 25.44 -
YUV 95.18 152.17 200.62 -
System Red Green Blue C M Y K H S L
Decimal 197 35 138 0 0.82 0.30 0.23 321.85 0.7 0.45
Hex C5 23 8A 0 52 1E 17 142 46 2D
Octal 305 43 212 0 122 36 27 502 106 55
Binary 11000101 100011 10001010 0 1010010 11110 10111 101000010 1000110 101101

Color Harmonies of #C5238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5238A

Black with #C5238A

Text Example


Text Example

White with #C5238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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