Html Css Color HEX #C13281 Medium Red Violet

📋 copy color: '#C13281'

red 193 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #C13281

Tints of Medium Red Violet #C13281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.68%

R = 51.88%
G = 13.44%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C13281 (or 0xC13281) is known color: Medium Red Violet. HEX triplet: C1, 32 and 81. RGB value is (193,50,129). Sum of RGB (Red+Green+Blue) = 193+50+129=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C13281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13281 is #3ECD7E. Grayscale: #656565. Windows color (decimal): -4115839 or 8467137. OLE color: 8467137.

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

Color convert

RGB 193 50 129 -
CMYK 0 0.74 0.33 0.24
HSL 326.85º 0.59% 0.48% -
HSV(B) 326.85º 0.74% 0.76% -
XYZ 27.1 15.2 22.28 -
YUV 101.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 193 50 129 0 0.74 0.33 0.24 326.85 0.59 0.48
Hex C1 32 81 0 4A 21 18 147 3B 30
Octal 301 62 201 0 112 41 30 507 73 60
Binary 11000001 110010 10000001 0 1001010 100001 11000 101000111 111011 110000

Color Harmonies of #C13281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13281

Black with #C13281

Text Example


Text Example

White with #C13281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13281; }

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

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

background-color css

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

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

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

border-color css

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

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

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