Html Css Color HEX #C41273 Medium Violet Red

📋 copy color: '#C41273'

red 196 ◦ green 18 ◦ blue 115

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

Shades of Medium Violet Red #C41273

Tints of Medium Violet Red #C41273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 59.57%
G = 5.47%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C41273 (or 0xC41273) is known color: Medium Violet Red. HEX triplet: C4, 12 and 73. RGB value is (196,18,115). Sum of RGB (Red+Green+Blue) = 196+18+115=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C41273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41273 is #3BED8C. Grayscale: #525252. Windows color (decimal): -3927437 or 7541444. OLE color: 7541444.

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

Color convert

RGB 196 18 115 -
CMYK 0 0.91 0.41 0.23
HSL 327.3º 0.83% 0.42% -
HSV(B) 327.3º 0.91% 0.77% -
XYZ 26.08 13.41 17.43 -
YUV 82.28 146.47 209.11 -
System Red Green Blue C M Y K H S L
Decimal 196 18 115 0 0.91 0.41 0.23 327.3 0.83 0.42
Hex C4 12 73 0 5B 29 17 147 53 2A
Octal 304 22 163 0 133 51 27 507 123 52
Binary 11000100 10010 1110011 0 1011011 101001 10111 101000111 1010011 101010

Color Harmonies of #C41273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41273

Black with #C41273

Text Example


Text Example

White with #C41273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41273; }

 p { color: rgb(196,18,115); }

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

background-color css

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

 a { background-color: rgb(196,18,115); }

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

border-color css

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

 span { border-color: rgb(196,18,115); }

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