Html Css Color HEX #C5247B Medium Violet Red

📋 copy color: '#C5247B'

red 197 ◦ green 36 ◦ blue 123

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

Shades of Medium Violet Red #C5247B

Tints of Medium Violet Red #C5247B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.11%

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 55.34%
G = 10.11%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5247B (or 0xC5247B) is known color: Medium Violet Red. HEX triplet: C5, 24 and 7B. RGB value is (197,36,123). Sum of RGB (Red+Green+Blue) = 197+36+123=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5247B is #3ADB84. Grayscale: #5D5D5D. Windows color (decimal): -3857285 or 8070341. OLE color: 8070341.

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

Color convert

RGB 197 36 123 -
CMYK 0 0.82 0.38 0.23
HSL 327.58º 0.69% 0.46% -
HSV(B) 327.58º 0.82% 0.77% -
XYZ 27.23 14.56 20.11 -
YUV 94.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 197 36 123 0 0.82 0.38 0.23 327.58 0.69 0.46
Hex C5 24 7B 0 52 26 17 148 45 2E
Octal 305 44 173 0 122 46 27 510 105 56
Binary 11000101 100100 1111011 0 1010010 100110 10111 101001000 1000101 101110

Color Harmonies of #C5247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5247B

Black with #C5247B

Text Example


Text Example

White with #C5247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5247B; }

 p { color: rgb(197,36,123); }

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

background-color css

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

 a { background-color: rgb(197,36,123); }

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

border-color css

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

 span { border-color: rgb(197,36,123); }

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