Html Css Color HEX #C21C6B Medium Violet Red

📋 copy color: '#C21C6B'

red 194 ◦ green 28 ◦ blue 107

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

Shades of Medium Violet Red #C21C6B

Tints of Medium Violet Red #C21C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 58.97%
G = 8.51%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C21C6B (or 0xC21C6B) is known color: Medium Violet Red. HEX triplet: C2, 1C and 6B. RGB value is (194,28,107). Sum of RGB (Red+Green+Blue) = 194+28+107=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C6B is #3DE394. Grayscale: #565656. Windows color (decimal): -4055957 or 7019714. OLE color: 7019714.

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

Color convert

RGB 194 28 107 -
CMYK 0 0.86 0.45 0.24
HSL 331.45º 0.75% 0.44% -
HSV(B) 331.45º 0.86% 0.76% -
XYZ 25.32 13.36 15.15 -
YUV 86.64 139.5 204.58 -
System Red Green Blue C M Y K H S L
Decimal 194 28 107 0 0.86 0.45 0.24 331.45 0.75 0.44
Hex C2 1C 6B 0 56 2D 18 14B 4B 2C
Octal 302 34 153 0 126 55 30 513 113 54
Binary 11000010 11100 1101011 0 1010110 101101 11000 101001011 1001011 101100

Color Harmonies of #C21C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C6B

Black with #C21C6B

Text Example


Text Example

White with #C21C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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