Html Css Color HEX #C21B8A Medium Violet Red

📋 copy color: '#C21B8A'

red 194 ◦ green 27 ◦ blue 138

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

Shades of Medium Violet Red #C21B8A

Tints of Medium Violet Red #C21B8A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.52%

 BLUE value IS 138 (54.3% from 255) = 38.44%

R = 54.04%
G = 7.52%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C21B8A (or 0xC21B8A) is known color: Medium Violet Red. HEX triplet: C2, 1B and 8A. RGB value is (194,27,138). Sum of RGB (Red+Green+Blue) = 194+27+138=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21B8A is #3DE475. Grayscale: #595959. Windows color (decimal): -4056182 or 9051074. OLE color: 9051074.

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

Color convert

RGB 194 27 138 -
CMYK 0 0.86 0.29 0.24
HSL 320.12º 0.76% 0.43% -
HSV(B) 320.12º 0.86% 0.76% -
XYZ 27.23 14.09 25.33 -
YUV 89.59 155.33 202.47 -
System Red Green Blue C M Y K H S L
Decimal 194 27 138 0 0.86 0.29 0.24 320.12 0.76 0.43
Hex C2 1B 8A 0 56 1D 18 140 4C 2B
Octal 302 33 212 0 126 35 30 500 114 53
Binary 11000010 11011 10001010 0 1010110 11101 11000 101000000 1001100 101011

Color Harmonies of #C21B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B8A

Black with #C21B8A

Text Example


Text Example

White with #C21B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B8A; }

 p { color: rgb(194,27,138); }

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

background-color css

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

 a { background-color: rgb(194,27,138); }

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

border-color css

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

 span { border-color: rgb(194,27,138); }

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