Html Css Color HEX #C21B7D Medium Violet Red

📋 copy color: '#C21B7D'

red 194 ◦ green 27 ◦ blue 125

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

Shades of Medium Violet Red #C21B7D

Tints of Medium Violet Red #C21B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 56.07%
G = 7.8%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C21B7D (or 0xC21B7D) is known color: Medium Violet Red. HEX triplet: C2, 1B and 7D. RGB value is (194,27,125). Sum of RGB (Red+Green+Blue) = 194+27+125=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21B7D is #3DE482. Grayscale: #575757. Windows color (decimal): -4056195 or 8199106. OLE color: 8199106.

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

Color convert

RGB 194 27 125 -
CMYK 0 0.86 0.36 0.24
HSL 324.79º 0.76% 0.43% -
HSV(B) 324.79º 0.86% 0.76% -
XYZ 26.34 13.73 20.66 -
YUV 88.11 148.83 203.53 -
System Red Green Blue C M Y K H S L
Decimal 194 27 125 0 0.86 0.36 0.24 324.79 0.76 0.43
Hex C2 1B 7D 0 56 24 18 145 4C 2B
Octal 302 33 175 0 126 44 30 505 114 53
Binary 11000010 11011 1111101 0 1010110 100100 11000 101000101 1001100 101011

Color Harmonies of #C21B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B7D

Black with #C21B7D

Text Example


Text Example

White with #C21B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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