Html Css Color HEX #C12690 Medium Red Violet

📋 copy color: '#C12690'

red 193 ◦ green 38 ◦ blue 144

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

Shades of Medium Red Violet #C12690

Tints of Medium Red Violet #C12690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 51.47%
G = 10.13%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C12690 (or 0xC12690) is known color: Medium Red Violet. HEX triplet: C1, 26 and 90. RGB value is (193,38,144). Sum of RGB (Red+Green+Blue) = 193+38+144=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C12690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12690 is #3ED96F. Grayscale: #606060. Windows color (decimal): -4118896 or 9447105. OLE color: 9447105.

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

Color convert

RGB 193 38 144 -
CMYK 0 0.80 0.25 0.24
HSL 318.97º 0.67% 0.45% -
HSV(B) 318.97º 0.8% 0.76% -
XYZ 27.72 14.74 27.77 -
YUV 96.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 193 38 144 0 0.80 0.25 0.24 318.97 0.67 0.45
Hex C1 26 90 0 50 19 18 13F 43 2D
Octal 301 46 220 0 120 31 30 477 103 55
Binary 11000001 100110 10010000 0 1010000 11001 11000 100111111 1000011 101101

Color Harmonies of #C12690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12690

Black with #C12690

Text Example


Text Example

White with #C12690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12690; }

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

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

background-color css

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

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

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

border-color css

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

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

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