Html Css Color HEX #C21CBE Deep Magenta

📋 copy color: '#C21CBE'

red 194 ◦ green 28 ◦ blue 190

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

Shades of Deep Magenta #C21CBE

Tints of Deep Magenta #C21CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 47.09%
G = 6.8%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C21CBE (or 0xC21CBE) is known color: Deep Magenta. HEX triplet: C2, 1C and BE. RGB value is (194,28,190). Sum of RGB (Red+Green+Blue) = 194+28+190=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C21CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CBE is #3DE341. Grayscale: #5F5F5F. Windows color (decimal): -4055874 or 12459202. OLE color: 12459202.

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

Color convert

RGB 194 28 190 -
CMYK 0 0.86 0.02 0.24
HSL 301.45º 0.75% 0.44% -
HSV(B) 301.45º 0.86% 0.76% -
XYZ 31.96 16.02 50.12 -
YUV 96.1 181 197.83 -
System Red Green Blue C M Y K H S L
Decimal 194 28 190 0 0.86 0.02 0.24 301.45 0.75 0.44
Hex C2 1C BE 0 56 2 18 12D 4B 2C
Octal 302 34 276 0 126 2 30 455 113 54
Binary 11000010 11100 10111110 0 1010110 10 11000 100101101 1001011 101100

Color Harmonies of #C21CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CBE

Black with #C21CBE

Text Example


Text Example

White with #C21CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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