Html Css Color HEX #C21BA5 Medium Violet Red

📋 copy color: '#C21BA5'

red 194 ◦ green 27 ◦ blue 165

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

Shades of Medium Violet Red #C21BA5

Tints of Medium Violet Red #C21BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.75%

R = 50.26%
G = 6.99%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C21BA5 (or 0xC21BA5) is known color: Medium Violet Red. HEX triplet: C2, 1B and A5. RGB value is (194,27,165). Sum of RGB (Red+Green+Blue) = 194+27+165=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C21BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21BA5 is #3DE45A. Grayscale: #5C5C5C. Windows color (decimal): -4056155 or 10820546. OLE color: 10820546.

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

Color convert

RGB 194 27 165 -
CMYK 0 0.86 0.15 0.24
HSL 310.42º 0.76% 0.43% -
HSV(B) 310.42º 0.86% 0.76% -
XYZ 29.43 14.97 36.94 -
YUV 92.67 168.83 200.28 -
System Red Green Blue C M Y K H S L
Decimal 194 27 165 0 0.86 0.15 0.24 310.42 0.76 0.43
Hex C2 1B A5 0 56 F 18 136 4C 2B
Octal 302 33 245 0 126 17 30 466 114 53
Binary 11000010 11011 10100101 0 1010110 1111 11000 100110110 1001100 101011

Color Harmonies of #C21BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BA5

Black with #C21BA5

Text Example


Text Example

White with #C21BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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