Html Css Color HEX #C4207E Medium Violet Red

📋 copy color: '#C4207E'

red 196 ◦ green 32 ◦ blue 126

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

Shades of Medium Violet Red #C4207E

Tints of Medium Violet Red #C4207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.59%

R = 55.37%
G = 9.04%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4207E (or 0xC4207E) is known color: Medium Violet Red. HEX triplet: C4, 20 and 7E. RGB value is (196,32,126). Sum of RGB (Red+Green+Blue) = 196+32+126=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4207E is #3BDF81. Grayscale: #5B5B5B. Windows color (decimal): -3923842 or 8265924. OLE color: 8265924.

HSL color Cylindrical-coordinate representation of color #C4207E: hue angle of 325.61º 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 #C4207E is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 126 -
CMYK 0 0.84 0.36 0.23
HSL 325.61º 0.72% 0.45% -
HSV(B) 325.61º 0.84% 0.77% -
XYZ 27.05 14.28 21.07 -
YUV 91.75 147.33 202.36 -
System Red Green Blue C M Y K H S L
Decimal 196 32 126 0 0.84 0.36 0.23 325.61 0.72 0.45
Hex C4 20 7E 0 54 24 17 146 48 2D
Octal 304 40 176 0 124 44 27 506 110 55
Binary 11000100 100000 1111110 0 1010100 100100 10111 101000110 1001000 101101

Color Harmonies of #C4207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4207E

Black with #C4207E

Text Example


Text Example

White with #C4207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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