Html Css Color HEX #C4207F Medium Violet Red

📋 copy color: '#C4207F'

red 196 ◦ green 32 ◦ blue 127

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

Shades of Medium Violet Red #C4207F

Tints of Medium Violet Red #C4207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.01%

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

R = 55.21%
G = 9.01%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4207F (or 0xC4207F) is known color: Medium Violet Red. HEX triplet: C4, 20 and 7F. RGB value is (196,32,127). Sum of RGB (Red+Green+Blue) = 196+32+127=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4207F is #3BDF80. Grayscale: #5B5B5B. Windows color (decimal): -3923841 or 8331460. OLE color: 8331460.

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

Color convert

RGB 196 32 127 -
CMYK 0 0.84 0.35 0.23
HSL 325.24º 0.72% 0.45% -
HSV(B) 325.24º 0.84% 0.77% -
XYZ 27.11 14.3 21.41 -
YUV 91.87 147.83 202.28 -
System Red Green Blue C M Y K H S L
Decimal 196 32 127 0 0.84 0.35 0.23 325.24 0.72 0.45
Hex C4 20 7F 0 54 23 17 145 48 2D
Octal 304 40 177 0 124 43 27 505 110 55
Binary 11000100 100000 1111111 0 1010100 100011 10111 101000101 1001000 101101

Color Harmonies of #C4207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4207F

Black with #C4207F

Text Example


Text Example

White with #C4207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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