Html Css Color HEX #C21C69 Medium Violet Red

📋 copy color: '#C21C69'

red 194 ◦ green 28 ◦ blue 105

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

Shades of Medium Violet Red #C21C69

Tints of Medium Violet Red #C21C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.56%

 BLUE value IS 105 (41.41% from 255) = 32.11%

R = 59.33%
G = 8.56%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C21C69 (or 0xC21C69) is known color: Medium Violet Red. HEX triplet: C2, 1C and 69. RGB value is (194,28,105). Sum of RGB (Red+Green+Blue) = 194+28+105=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C69 is #3DE396. Grayscale: #565656. Windows color (decimal): -4055959 or 6888642. OLE color: 6888642.

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

Color convert

RGB 194 28 105 -
CMYK 0 0.86 0.46 0.24
HSL 332.17º 0.75% 0.44% -
HSV(B) 332.17º 0.86% 0.76% -
XYZ 25.21 13.32 14.61 -
YUV 86.41 138.5 204.74 -
System Red Green Blue C M Y K H S L
Decimal 194 28 105 0 0.86 0.46 0.24 332.17 0.75 0.44
Hex C2 1C 69 0 56 2E 18 14C 4B 2C
Octal 302 34 151 0 126 56 30 514 113 54
Binary 11000010 11100 1101001 0 1010110 101110 11000 101001100 1001011 101100

Color Harmonies of #C21C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C69

Black with #C21C69

Text Example


Text Example

White with #C21C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C69; }

 p { color: rgb(194,28,105); }

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

background-color css

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

 a { background-color: rgb(194,28,105); }

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

border-color css

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

 span { border-color: rgb(194,28,105); }

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