Html Css Color HEX #C21387 Medium Violet Red

📋 copy color: '#C21387'

red 194 ◦ green 19 ◦ blue 135

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

Shades of Medium Violet Red #C21387

Tints of Medium Violet Red #C21387

RGB

 RED value IS 194 (76.17% from 255) = 55.75%

 GREEN value IS 19 (7.81% from 255) = 5.46%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 55.75%
G = 5.46%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C21387 (or 0xC21387) is known color: Medium Violet Red. HEX triplet: C2, 13 and 87. RGB value is (194,19,135). Sum of RGB (Red+Green+Blue) = 194+19+135=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C21387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21387 is #3DEC78. Grayscale: #545454. Windows color (decimal): -4058233 or 8852418. OLE color: 8852418.

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

Color convert

RGB 194 19 135 -
CMYK 0 0.90 0.30 0.24
HSL 320.23º 0.82% 0.42% -
HSV(B) 320.23º 0.9% 0.76% -
XYZ 26.85 13.68 24.15 -
YUV 84.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 194 19 135 0 0.90 0.30 0.24 320.23 0.82 0.42
Hex C2 13 87 0 5A 1E 18 140 52 2A
Octal 302 23 207 0 132 36 30 500 122 52
Binary 11000010 10011 10000111 0 1011010 11110 11000 101000000 1010010 101010

Color Harmonies of #C21387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21387

Black with #C21387

Text Example


Text Example

White with #C21387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21387; }

 p { color: rgb(194,19,135); }

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

background-color css

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

 a { background-color: rgb(194,19,135); }

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

border-color css

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

 span { border-color: rgb(194,19,135); }

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