Html Css Color HEX #C21274 Medium Violet Red

📋 copy color: '#C21274'

red 194 ◦ green 18 ◦ blue 116

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

Shades of Medium Violet Red #C21274

Tints of Medium Violet Red #C21274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 59.15%
G = 5.49%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C21274 (or 0xC21274) is known color: Medium Violet Red. HEX triplet: C2, 12 and 74. RGB value is (194,18,116). Sum of RGB (Red+Green+Blue) = 194+18+116=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C21274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21274 is #3DED8B. Grayscale: #515151. Windows color (decimal): -4058508 or 7606978. OLE color: 7606978.

HSL color Cylindrical-coordinate representation of color #C21274: hue angle of 326.59º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21274 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 18 116 -
CMYK 0 0.91 0.40 0.24
HSL 326.59º 0.83% 0.42% -
HSV(B) 326.59º 0.91% 0.76% -
XYZ 25.62 13.16 17.71 -
YUV 81.8 147.31 208.03 -
System Red Green Blue C M Y K H S L
Decimal 194 18 116 0 0.91 0.40 0.24 326.59 0.83 0.42
Hex C2 12 74 0 5B 28 18 147 53 2A
Octal 302 22 164 0 133 50 30 507 123 52
Binary 11000010 10010 1110100 0 1011011 101000 11000 101000111 1010011 101010

Color Harmonies of #C21274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21274

Black with #C21274

Text Example


Text Example

White with #C21274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21274; }

 p { color: rgb(194,18,116); }

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

background-color css

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

 a { background-color: rgb(194,18,116); }

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

border-color css

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

 span { border-color: rgb(194,18,116); }

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