Html Css Color HEX #C4247F Medium Violet Red

📋 copy color: '#C4247F'

red 196 ◦ green 36 ◦ blue 127

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

Shades of Medium Violet Red #C4247F

Tints of Medium Violet Red #C4247F

RGB

 RED value IS 196 (76.95% from 255) = 54.6%

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

 BLUE value IS 127 (50% from 255) = 35.38%

R = 54.6%
G = 10.03%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4247F (or 0xC4247F) is known color: Medium Violet Red. HEX triplet: C4, 24 and 7F. RGB value is (196,36,127). Sum of RGB (Red+Green+Blue) = 196+36+127=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4247F is #3BDB80. Grayscale: #5E5E5E. Windows color (decimal): -3922817 or 8332484. OLE color: 8332484.

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

Color convert

RGB 196 36 127 -
CMYK 0 0.82 0.35 0.23
HSL 325.88º 0.69% 0.45% -
HSV(B) 325.88º 0.82% 0.77% -
XYZ 27.23 14.53 21.45 -
YUV 94.21 146.51 200.6 -
System Red Green Blue C M Y K H S L
Decimal 196 36 127 0 0.82 0.35 0.23 325.88 0.69 0.45
Hex C4 24 7F 0 52 23 17 146 45 2D
Octal 304 44 177 0 122 43 27 506 105 55
Binary 11000100 100100 1111111 0 1010010 100011 10111 101000110 1000101 101101

Color Harmonies of #C4247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4247F

Black with #C4247F

Text Example


Text Example

White with #C4247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4247F; }

 p { color: rgb(196,36,127); }

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

background-color css

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

 a { background-color: rgb(196,36,127); }

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

border-color css

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

 span { border-color: rgb(196,36,127); }

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