Html Css Color HEX #C40CA7 Medium Violet Red

📋 copy color: '#C40CA7'

red 196 ◦ green 12 ◦ blue 167

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

Shades of Medium Violet Red #C40CA7

Tints of Medium Violet Red #C40CA7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.2%

 BLUE value IS 167 (65.63% from 255) = 44.53%

R = 52.27%
G = 3.2%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C40CA7 (or 0xC40CA7) is known color: Medium Violet Red. HEX triplet: C4, 0C and A7. RGB value is (196,12,167). Sum of RGB (Red+Green+Blue) = 196+12+167=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40CA7 is #3BF358. Grayscale: #545454. Windows color (decimal): -3928921 or 10947780. OLE color: 10947780.

HSL color Cylindrical-coordinate representation of color #C40CA7: hue angle of 309.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40CA7 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 12 167 -
CMYK 0 0.94 0.15 0.23
HSL 309.46º 0.88% 0.41% -
HSV(B) 309.46º 0.94% 0.77% -
XYZ 29.87 14.79 37.84 -
YUV 84.69 174.46 207.4 -
System Red Green Blue C M Y K H S L
Decimal 196 12 167 0 0.94 0.15 0.23 309.46 0.88 0.41
Hex C4 C A7 0 5E F 17 135 58 29
Octal 304 14 247 0 136 17 27 465 130 51
Binary 11000100 1100 10100111 0 1011110 1111 10111 100110101 1011000 101001

Color Harmonies of #C40CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CA7

Black with #C40CA7

Text Example


Text Example

White with #C40CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CA7; }

 p { color: rgb(196,12,167); }

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

background-color css

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

 a { background-color: rgb(196,12,167); }

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

border-color css

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

 span { border-color: rgb(196,12,167); }

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