Html Css Color HEX #C13288 Medium Red Violet

📋 copy color: '#C13288'

red 193 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #C13288

Tints of Medium Red Violet #C13288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.19%

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

R = 50.92%
G = 13.19%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C13288 (or 0xC13288) is known color: Medium Red Violet. HEX triplet: C1, 32 and 88. RGB value is (193,50,136). Sum of RGB (Red+Green+Blue) = 193+50+136=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C13288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13288 is #3ECD77. Grayscale: #666666. Windows color (decimal): -4115832 or 8925889. OLE color: 8925889.

HSL color Cylindrical-coordinate representation of color #C13288: hue angle of 323.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13288 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 50 136 -
CMYK 0 0.74 0.30 0.24
HSL 323.92º 0.59% 0.48% -
HSV(B) 323.92º 0.74% 0.76% -
XYZ 27.58 15.4 24.81 -
YUV 102.56 146.88 192.51 -
System Red Green Blue C M Y K H S L
Decimal 193 50 136 0 0.74 0.30 0.24 323.92 0.59 0.48
Hex C1 32 88 0 4A 1E 18 144 3B 30
Octal 301 62 210 0 112 36 30 504 73 60
Binary 11000001 110010 10001000 0 1001010 11110 11000 101000100 111011 110000

Color Harmonies of #C13288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13288

Black with #C13288

Text Example


Text Example

White with #C13288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13288; }

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

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

background-color css

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

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

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

border-color css

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

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

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