Html Css Color HEX #C41269 Medium Violet Red

📋 copy color: '#C41269'

red 196 ◦ green 18 ◦ blue 105

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

Shades of Medium Violet Red #C41269

Tints of Medium Violet Red #C41269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 61.44%
G = 5.64%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C41269 (or 0xC41269) is known color: Medium Violet Red. HEX triplet: C4, 12 and 69. RGB value is (196,18,105). Sum of RGB (Red+Green+Blue) = 196+18+105=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C41269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41269 is #3BED96. Grayscale: #505050. Windows color (decimal): -3927447 or 6886084. OLE color: 6886084.

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

Color convert

RGB 196 18 105 -
CMYK 0 0.91 0.46 0.23
HSL 330.67º 0.83% 0.42% -
HSV(B) 330.67º 0.91% 0.77% -
XYZ 25.53 13.19 14.56 -
YUV 81.14 141.47 209.93 -
System Red Green Blue C M Y K H S L
Decimal 196 18 105 0 0.91 0.46 0.23 330.67 0.83 0.42
Hex C4 12 69 0 5B 2E 17 14B 53 2A
Octal 304 22 151 0 133 56 27 513 123 52
Binary 11000100 10010 1101001 0 1011011 101110 10111 101001011 1010011 101010

Color Harmonies of #C41269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41269

Black with #C41269

Text Example


Text Example

White with #C41269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41269; }

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

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

background-color css

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

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

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

border-color css

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

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

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