Html Css Color HEX #C4227F Medium Violet Red

📋 copy color: '#C4227F'

red 196 ◦ green 34 ◦ blue 127

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

Shades of Medium Violet Red #C4227F

Tints of Medium Violet Red #C4227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.52%

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

R = 54.9%
G = 9.52%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4227F (or 0xC4227F) is known color: Medium Violet Red. HEX triplet: C4, 22 and 7F. RGB value is (196,34,127). Sum of RGB (Red+Green+Blue) = 196+34+127=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4227F is #3BDD80. Grayscale: #5C5C5C. Windows color (decimal): -3923329 or 8331972. OLE color: 8331972.

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

Color convert

RGB 196 34 127 -
CMYK 0 0.83 0.35 0.23
HSL 325.56º 0.7% 0.45% -
HSV(B) 325.56º 0.83% 0.77% -
XYZ 27.17 14.41 21.43 -
YUV 93.04 147.17 201.44 -
System Red Green Blue C M Y K H S L
Decimal 196 34 127 0 0.83 0.35 0.23 325.56 0.7 0.45
Hex C4 22 7F 0 53 23 17 146 46 2D
Octal 304 42 177 0 123 43 27 506 106 55
Binary 11000100 100010 1111111 0 1010011 100011 10111 101000110 1000110 101101

Color Harmonies of #C4227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4227F

Black with #C4227F

Text Example


Text Example

White with #C4227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4227F; }

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

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

background-color css

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

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

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

border-color css

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

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

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