Html Css Color HEX #C4007A Medium Violet Red

📋 copy color: '#C4007A'

red 196 ◦ green 0 ◦ blue 122

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

Shades of Medium Violet Red #C4007A

Tints of Medium Violet Red #C4007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.36%

R = 61.64%
G = 0%
B = 38.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4007A (or 0xC4007A) is known color: Medium Violet Red. HEX triplet: C4, 00 and 7A. RGB value is (196,0,122). Sum of RGB (Red+Green+Blue) = 196+0+122=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C4007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4007A is #3BFF85. Grayscale: #484848. Windows color (decimal): -3932038 or 7995588. OLE color: 7995588.

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

Color convert

RGB 196 0 122 -
CMYK 0 1 0.38 0.23
HSL 322.65º 1% 0.38% -
HSV(B) 322.65º 1% 0.77% -
XYZ 26.28 13.14 19.56 -
YUV 72.51 155.93 216.08 -
System Red Green Blue C M Y K H S L
Decimal 196 0 122 0 1 0.38 0.23 322.65 1 0.38
Hex C4 0 7A 0 64 26 17 143 64 26
Octal 304 0 172 0 144 46 27 503 144 46
Binary 11000100 0 1111010 0 1100100 100110 10111 101000011 1100100 100110

Color Harmonies of #C4007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4007A

Black with #C4007A

Text Example


Text Example

White with #C4007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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