Html Css Color HEX #C4007D Medium Violet Red

📋 copy color: '#C4007D'

red 196 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #C4007D

Tints of Medium Violet Red #C4007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 61.06%
G = 0%
B = 38.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4007D (or 0xC4007D) is known color: Medium Violet Red. HEX triplet: C4, 00 and 7D. RGB value is (196,0,125). Sum of RGB (Red+Green+Blue) = 196+0+125=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C4007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4007D is #3BFF82. Grayscale: #484848. Windows color (decimal): -3932035 or 8192196. OLE color: 8192196.

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

Color convert

RGB 196 0 125 -
CMYK 0 1 0.36 0.23
HSL 321.73º 1% 0.38% -
HSV(B) 321.73º 1% 0.77% -
XYZ 26.47 13.22 20.56 -
YUV 72.85 157.43 215.84 -
System Red Green Blue C M Y K H S L
Decimal 196 0 125 0 1 0.36 0.23 321.73 1 0.38
Hex C4 0 7D 0 64 24 17 142 64 26
Octal 304 0 175 0 144 44 27 502 144 46
Binary 11000100 0 1111101 0 1100100 100100 10111 101000010 1100100 100110

Color Harmonies of #C4007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4007D

Black with #C4007D

Text Example


Text Example

White with #C4007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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