Html Css Color HEX #C21278 Medium Violet Red

📋 copy color: '#C21278'

red 194 ◦ green 18 ◦ blue 120

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

Shades of Medium Violet Red #C21278

Tints of Medium Violet Red #C21278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.14%

R = 58.43%
G = 5.42%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C21278 (or 0xC21278) is known color: Medium Violet Red. HEX triplet: C2, 12 and 78. RGB value is (194,18,120). Sum of RGB (Red+Green+Blue) = 194+18+120=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C21278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21278 is #3DED87. Grayscale: #525252. Windows color (decimal): -4058504 or 7869122. OLE color: 7869122.

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

Color convert

RGB 194 18 120 -
CMYK 0 0.91 0.38 0.24
HSL 325.23º 0.83% 0.42% -
HSV(B) 325.23º 0.91% 0.76% -
XYZ 25.85 13.26 18.97 -
YUV 82.25 149.31 207.71 -
System Red Green Blue C M Y K H S L
Decimal 194 18 120 0 0.91 0.38 0.24 325.23 0.83 0.42
Hex C2 12 78 0 5B 26 18 145 53 2A
Octal 302 22 170 0 133 46 30 505 123 52
Binary 11000010 10010 1111000 0 1011011 100110 11000 101000101 1010011 101010

Color Harmonies of #C21278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21278

Black with #C21278

Text Example


Text Example

White with #C21278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21278; }

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

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

background-color css

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

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

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

border-color css

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

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

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