Html Css Color HEX #C4007F Medium Violet Red

📋 copy color: '#C4007F'

red 196 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #C4007F

Tints of Medium Violet Red #C4007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.68%
G = 0%
B = 39.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4007F (or 0xC4007F) is known color: Medium Violet Red. HEX triplet: C4, 00 and 7F. RGB value is (196,0,127). Sum of RGB (Red+Green+Blue) = 196+0+127=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4007F is #3BFF80. Grayscale: #484848. Windows color (decimal): -3932033 or 8323268. OLE color: 8323268.

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

Color convert

RGB 196 0 127 -
CMYK 0 1 0.35 0.23
HSL 321.12º 1% 0.38% -
HSV(B) 321.12º 1% 0.77% -
XYZ 26.6 13.27 21.24 -
YUV 73.08 158.43 215.67 -
System Red Green Blue C M Y K H S L
Decimal 196 0 127 0 1 0.35 0.23 321.12 1 0.38
Hex C4 0 7F 0 64 23 17 141 64 26
Octal 304 0 177 0 144 43 27 501 144 46
Binary 11000100 0 1111111 0 1100100 100011 10111 101000001 1100100 100110

Color Harmonies of #C4007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4007F

Black with #C4007F

Text Example


Text Example

White with #C4007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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