Html Css Color HEX #C1236B Medium Red Violet

📋 copy color: '#C1236B'

red 193 ◦ green 35 ◦ blue 107

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

Shades of Medium Red Violet #C1236B

Tints of Medium Red Violet #C1236B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.45%

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 57.61%
G = 10.45%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1236B (or 0xC1236B) is known color: Medium Red Violet. HEX triplet: C1, 23 and 6B. RGB value is (193,35,107). Sum of RGB (Red+Green+Blue) = 193+35+107=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1236B is #3EDC94. Grayscale: #5A5A5A. Windows color (decimal): -4119701 or 7021505. OLE color: 7021505.

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

Color convert

RGB 193 35 107 -
CMYK 0 0.82 0.45 0.24
HSL 332.66º 0.69% 0.45% -
HSV(B) 332.66º 0.82% 0.76% -
XYZ 25.25 13.6 15.2 -
YUV 90.45 137.35 201.15 -
System Red Green Blue C M Y K H S L
Decimal 193 35 107 0 0.82 0.45 0.24 332.66 0.69 0.45
Hex C1 23 6B 0 52 2D 18 14D 45 2D
Octal 301 43 153 0 122 55 30 515 105 55
Binary 11000001 100011 1101011 0 1010010 101101 11000 101001101 1000101 101101

Color Harmonies of #C1236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1236B

Black with #C1236B

Text Example


Text Example

White with #C1236B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1236B; }

 p { color: rgb(193,35,107); }

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

background-color css

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

 a { background-color: rgb(193,35,107); }

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

border-color css

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

 span { border-color: rgb(193,35,107); }

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