Html Css Color HEX #C12688 Medium Red Violet

📋 copy color: '#C12688'

red 193 ◦ green 38 ◦ blue 136

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

Shades of Medium Red Violet #C12688

Tints of Medium Red Violet #C12688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.06%

R = 52.59%
G = 10.35%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C12688 (or 0xC12688) is known color: Medium Red Violet. HEX triplet: C1, 26 and 88. RGB value is (193,38,136). Sum of RGB (Red+Green+Blue) = 193+38+136=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C12688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12688 is #3ED977. Grayscale: #5F5F5F. Windows color (decimal): -4118904 or 8922817. OLE color: 8922817.

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

Color convert

RGB 193 38 136 -
CMYK 0 0.80 0.30 0.24
HSL 322.06º 0.67% 0.45% -
HSV(B) 322.06º 0.8% 0.76% -
XYZ 27.13 14.5 24.66 -
YUV 95.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 193 38 136 0 0.80 0.30 0.24 322.06 0.67 0.45
Hex C1 26 88 0 50 1E 18 142 43 2D
Octal 301 46 210 0 120 36 30 502 103 55
Binary 11000001 100110 10001000 0 1010000 11110 11000 101000010 1000011 101101

Color Harmonies of #C12688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12688

Black with #C12688

Text Example


Text Example

White with #C12688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12688; }

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

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

background-color css

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

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

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

border-color css

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

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

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