Html Css Color HEX #C21CB4 Deep Magenta

📋 copy color: '#C21CB4'

red 194 ◦ green 28 ◦ blue 180

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

Shades of Deep Magenta #C21CB4

Tints of Deep Magenta #C21CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.78%

R = 48.26%
G = 6.97%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C21CB4 (or 0xC21CB4) is known color: Deep Magenta. HEX triplet: C2, 1C and B4. RGB value is (194,28,180). Sum of RGB (Red+Green+Blue) = 194+28+180=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C21CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CB4 is #3DE34B. Grayscale: #5E5E5E. Windows color (decimal): -4055884 or 11803842. OLE color: 11803842.

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

Color convert

RGB 194 28 180 -
CMYK 0 0.86 0.07 0.24
HSL 305.06º 0.75% 0.44% -
HSV(B) 305.06º 0.86% 0.76% -
XYZ 30.9 15.6 44.56 -
YUV 94.96 176 198.64 -
System Red Green Blue C M Y K H S L
Decimal 194 28 180 0 0.86 0.07 0.24 305.06 0.75 0.44
Hex C2 1C B4 0 56 7 18 131 4B 2C
Octal 302 34 264 0 126 7 30 461 113 54
Binary 11000010 11100 10110100 0 1010110 111 11000 100110001 1001011 101100

Color Harmonies of #C21CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CB4

Black with #C21CB4

Text Example


Text Example

White with #C21CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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