Html Css Color HEX #C1307E Medium Red Violet

📋 copy color: '#C1307E'

red 193 ◦ green 48 ◦ blue 126

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

Shades of Medium Red Violet #C1307E

Tints of Medium Red Violet #C1307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 52.59%
G = 13.08%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1307E (or 0xC1307E) is known color: Medium Red Violet. HEX triplet: C1, 30 and 7E. RGB value is (193,48,126). Sum of RGB (Red+Green+Blue) = 193+48+126=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1307E is #3ECF81. Grayscale: #646464. Windows color (decimal): -4116354 or 8270017. OLE color: 8270017.

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

Color convert

RGB 193 48 126 -
CMYK 0 0.75 0.35 0.24
HSL 327.72º 0.6% 0.47% -
HSV(B) 327.72º 0.75% 0.76% -
XYZ 26.82 14.96 21.21 -
YUV 100.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 193 48 126 0 0.75 0.35 0.24 327.72 0.6 0.47
Hex C1 30 7E 0 4B 23 18 148 3C 2F
Octal 301 60 176 0 113 43 30 510 74 57
Binary 11000001 110000 1111110 0 1001011 100011 11000 101001000 111100 101111

Color Harmonies of #C1307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1307E

Black with #C1307E

Text Example


Text Example

White with #C1307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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