Html Css Color HEX #C21275 Medium Violet Red

📋 copy color: '#C21275'

red 194 ◦ green 18 ◦ blue 117

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

Shades of Medium Violet Red #C21275

Tints of Medium Violet Red #C21275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 58.97%
G = 5.47%
B = 35.56%

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

#C21275 (or 0xC21275) is known color: Medium Violet Red. HEX triplet: C2, 12 and 75. RGB value is (194,18,117). Sum of RGB (Red+Green+Blue) = 194+18+117=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C21275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21275 is #3DED8A. Grayscale: #515151. Windows color (decimal): -4058507 or 7672514. OLE color: 7672514.

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

Color convert

RGB 194 18 117 -
CMYK 0 0.91 0.40 0.24
HSL 326.25º 0.83% 0.42% -
HSV(B) 326.25º 0.91% 0.76% -
XYZ 25.68 13.19 18.02 -
YUV 81.91 147.81 207.95 -
System Red Green Blue C M Y K H S L
Decimal 194 18 117 0 0.91 0.40 0.24 326.25 0.83 0.42
Hex C2 12 75 0 5B 28 18 146 53 2A
Octal 302 22 165 0 133 50 30 506 123 52
Binary 11000010 10010 1110101 0 1011011 101000 11000 101000110 1010011 101010

Color Harmonies of #C21275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21275

Black with #C21275

Text Example


Text Example

White with #C21275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21275; }

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

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

background-color css

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

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

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

border-color css

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

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

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