Html Css Color HEX #C1306C Medium Red Violet

📋 copy color: '#C1306C'

red 193 ◦ green 48 ◦ blue 108

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

Shades of Medium Red Violet #C1306C

Tints of Medium Red Violet #C1306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.75%

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 55.3%
G = 13.75%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1306C (or 0xC1306C) is known color: Medium Red Violet. HEX triplet: C1, 30 and 6C. RGB value is (193,48,108). Sum of RGB (Red+Green+Blue) = 193+48+108=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1306C is #3ECF93. Grayscale: #626262. Windows color (decimal): -4116372 or 7090369. OLE color: 7090369.

HSL color Cylindrical-coordinate representation of color #C1306C: hue angle of 335.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1306C is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 48 108 -
CMYK 0 0.75 0.44 0.24
HSL 335.17º 0.6% 0.47% -
HSV(B) 335.17º 0.75% 0.76% -
XYZ 25.76 14.53 15.64 -
YUV 98.2 133.54 195.62 -
System Red Green Blue C M Y K H S L
Decimal 193 48 108 0 0.75 0.44 0.24 335.17 0.6 0.47
Hex C1 30 6C 0 4B 2C 18 14F 3C 2F
Octal 301 60 154 0 113 54 30 517 74 57
Binary 11000001 110000 1101100 0 1001011 101100 11000 101001111 111100 101111

Color Harmonies of #C1306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1306C

Black with #C1306C

Text Example


Text Example

White with #C1306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1306C; }

 p { color: rgb(193,48,108); }

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

background-color css

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

 a { background-color: rgb(193,48,108); }

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

border-color css

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

 span { border-color: rgb(193,48,108); }

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