Html Css Color HEX #C4027C Medium Violet Red

📋 copy color: '#C4027C'

red 196 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #C4027C

Tints of Medium Violet Red #C4027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 60.87%
G = 0.62%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4027C (or 0xC4027C) is known color: Medium Violet Red. HEX triplet: C4, 02 and 7C. RGB value is (196,2,124). Sum of RGB (Red+Green+Blue) = 196+2+124=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C4027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4027C is #3BFD83. Grayscale: #494949. Windows color (decimal): -3931524 or 8127172. OLE color: 8127172.

HSL color Cylindrical-coordinate representation of color #C4027C: hue angle of 322.27º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4027C is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 124 -
CMYK 0 0.99 0.37 0.23
HSL 322.27º 0.98% 0.39% -
HSV(B) 322.27º 0.99% 0.77% -
XYZ 26.42 13.23 20.23 -
YUV 73.91 156.27 215.08 -
System Red Green Blue C M Y K H S L
Decimal 196 2 124 0 0.99 0.37 0.23 322.27 0.98 0.39
Hex C4 2 7C 0 63 25 17 142 62 27
Octal 304 2 174 0 143 45 27 502 142 47
Binary 11000100 10 1111100 0 1100011 100101 10111 101000010 1100010 100111

Color Harmonies of #C4027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4027C

Black with #C4027C

Text Example


Text Example

White with #C4027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4027C; }

 p { color: rgb(196,2,124); }

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

background-color css

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

 a { background-color: rgb(196,2,124); }

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

border-color css

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

 span { border-color: rgb(196,2,124); }

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