Html Css Color HEX #C12678 Medium Red Violet

📋 copy color: '#C12678'

red 193 ◦ green 38 ◦ blue 120

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

Shades of Medium Red Violet #C12678

Tints of Medium Red Violet #C12678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.19%

R = 54.99%
G = 10.83%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C12678 (or 0xC12678) is known color: Medium Red Violet. HEX triplet: C1, 26 and 78. RGB value is (193,38,120). Sum of RGB (Red+Green+Blue) = 193+38+120=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C12678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12678 is #3ED987. Grayscale: #5D5D5D. Windows color (decimal): -4118920 or 7874241. OLE color: 7874241.

HSL color Cylindrical-coordinate representation of color #C12678: hue angle of 328.26º 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 #C12678 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 38 120 -
CMYK 0 0.80 0.38 0.24
HSL 328.26º 0.67% 0.45% -
HSV(B) 328.26º 0.8% 0.76% -
XYZ 26.08 14.08 19.11 -
YUV 93.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 193 38 120 0 0.80 0.38 0.24 328.26 0.67 0.45
Hex C1 26 78 0 50 26 18 148 43 2D
Octal 301 46 170 0 120 46 30 510 103 55
Binary 11000001 100110 1111000 0 1010000 100110 11000 101001000 1000011 101101

Color Harmonies of #C12678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12678

Black with #C12678

Text Example


Text Example

White with #C12678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12678; }

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

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

background-color css

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

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

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

border-color css

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

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

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