Html Css Color HEX #C21B7A Medium Violet Red

📋 copy color: '#C21B7A'

red 194 ◦ green 27 ◦ blue 122

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

Shades of Medium Violet Red #C21B7A

Tints of Medium Violet Red #C21B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 56.56%
G = 7.87%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C21B7A (or 0xC21B7A) is known color: Medium Violet Red. HEX triplet: C2, 1B and 7A. RGB value is (194,27,122). Sum of RGB (Red+Green+Blue) = 194+27+122=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21B7A is #3DE485. Grayscale: #575757. Windows color (decimal): -4056198 or 8002498. OLE color: 8002498.

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

Color convert

RGB 194 27 122 -
CMYK 0 0.86 0.37 0.24
HSL 325.87º 0.76% 0.43% -
HSV(B) 325.87º 0.86% 0.76% -
XYZ 26.15 13.66 19.67 -
YUV 87.76 147.33 203.78 -
System Red Green Blue C M Y K H S L
Decimal 194 27 122 0 0.86 0.37 0.24 325.87 0.76 0.43
Hex C2 1B 7A 0 56 25 18 146 4C 2B
Octal 302 33 172 0 126 45 30 506 114 53
Binary 11000010 11011 1111010 0 1010110 100101 11000 101000110 1001100 101011

Color Harmonies of #C21B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B7A

Black with #C21B7A

Text Example


Text Example

White with #C21B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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