Html Css Color HEX #C12675 Medium Red Violet

📋 copy color: '#C12675'

red 193 ◦ green 38 ◦ blue 117

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

Shades of Medium Red Violet #C12675

Tints of Medium Red Violet #C12675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

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

R = 55.46%
G = 10.92%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C12675 (or 0xC12675) is known color: Medium Red Violet. HEX triplet: C1, 26 and 75. RGB value is (193,38,117). Sum of RGB (Red+Green+Blue) = 193+38+117=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C12675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12675 is #3ED98A. Grayscale: #5D5D5D. Windows color (decimal): -4118923 or 7677633. OLE color: 7677633.

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

Color convert

RGB 193 38 117 -
CMYK 0 0.80 0.39 0.24
HSL 329.42º 0.67% 0.45% -
HSV(B) 329.42º 0.8% 0.76% -
XYZ 25.9 14.01 18.17 -
YUV 93.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 193 38 117 0 0.80 0.39 0.24 329.42 0.67 0.45
Hex C1 26 75 0 50 27 18 149 43 2D
Octal 301 46 165 0 120 47 30 511 103 55
Binary 11000001 100110 1110101 0 1010000 100111 11000 101001001 1000011 101101

Color Harmonies of #C12675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12675

Black with #C12675

Text Example


Text Example

White with #C12675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12675; }

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

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

background-color css

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

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

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

border-color css

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

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

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