Html Css Color HEX #C21E75 Medium Violet Red

📋 copy color: '#C21E75'

red 194 ◦ green 30 ◦ blue 117

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

Shades of Medium Violet Red #C21E75

Tints of Medium Violet Red #C21E75

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

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

R = 56.89%
G = 8.8%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C21E75 (or 0xC21E75) is known color: Medium Violet Red. HEX triplet: C2, 1E and 75. RGB value is (194,30,117). Sum of RGB (Red+Green+Blue) = 194+30+117=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E75 is #3DE18A. Grayscale: #585858. Windows color (decimal): -4055435 or 7675586. OLE color: 7675586.

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

Color convert

RGB 194 30 117 -
CMYK 0 0.85 0.40 0.24
HSL 328.17º 0.73% 0.44% -
HSV(B) 328.17º 0.85% 0.76% -
XYZ 25.92 13.68 18.1 -
YUV 88.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 194 30 117 0 0.85 0.40 0.24 328.17 0.73 0.44
Hex C2 1E 75 0 55 28 18 148 49 2C
Octal 302 36 165 0 125 50 30 510 111 54
Binary 11000010 11110 1110101 0 1010101 101000 11000 101001000 1001001 101100

Color Harmonies of #C21E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E75

Black with #C21E75

Text Example


Text Example

White with #C21E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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