Html Css Color HEX #C12475 Medium Red Violet

📋 copy color: '#C12475'

red 193 ◦ green 36 ◦ blue 117

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

Shades of Medium Red Violet #C12475

Tints of Medium Red Violet #C12475

RGB

 RED value IS 193 (75.78% from 255) = 55.78%

 GREEN value IS 36 (14.45% from 255) = 10.4%

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 55.78%
G = 10.4%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C12475 (or 0xC12475) is known color: Medium Red Violet. HEX triplet: C1, 24 and 75. RGB value is (193,36,117). Sum of RGB (Red+Green+Blue) = 193+36+117=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C12475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12475 is #3EDB8A. Grayscale: #5C5C5C. Windows color (decimal): -4119435 or 7677121. OLE color: 7677121.

HSL color Cylindrical-coordinate representation of color #C12475: hue angle of 329.04º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12475 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 36 117 -
CMYK 0 0.81 0.39 0.24
HSL 329.04º 0.69% 0.45% -
HSV(B) 329.04º 0.81% 0.76% -
XYZ 25.83 13.88 18.15 -
YUV 92.18 142.01 199.91 -
System Red Green Blue C M Y K H S L
Decimal 193 36 117 0 0.81 0.39 0.24 329.04 0.69 0.45
Hex C1 24 75 0 51 27 18 149 45 2D
Octal 301 44 165 0 121 47 30 511 105 55
Binary 11000001 100100 1110101 0 1010001 100111 11000 101001001 1000101 101101

Color Harmonies of #C12475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12475

Black with #C12475

Text Example


Text Example

White with #C12475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12475; }

 p { color: rgb(193,36,117); }

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

background-color css

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

 a { background-color: rgb(193,36,117); }

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

border-color css

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

 span { border-color: rgb(193,36,117); }

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