Html Css Color HEX #C21FCA Deep Magenta

📋 copy color: '#C21FCA'

red 194 ◦ green 31 ◦ blue 202

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

Shades of Deep Magenta #C21FCA

Tints of Deep Magenta #C21FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.26%

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 45.43%
G = 7.26%
B = 47.31%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C21FCA (or 0xC21FCA) is known color: Deep Magenta. HEX triplet: C2, 1F and CA. RGB value is (194,31,202). Sum of RGB (Red+Green+Blue) = 194+31+202=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #C21FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FCA is #3DE035. Grayscale: #626262. Windows color (decimal): -4055094 or 13246402. OLE color: 13246402.

HSL color Cylindrical-coordinate representation of color #C21FCA: hue angle of 297.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21FCA is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 31 202 -
CMYK 0.04 0.85 0 0.21
HSL 297.19º 0.73% 0.46% -
HSV(B) 297.19º 0.85% 0.79% -
XYZ 33.4 16.71 57.34 -
YUV 99.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 194 31 202 0.04 0.85 0 0.21 297.19 0.73 0.46
Hex C2 1F CA 4 55 0 15 129 49 2E
Octal 302 37 312 4 125 0 25 451 111 56
Binary 11000010 11111 11001010 100 1010101 0 10101 100101001 1001001 101110

Color Harmonies of #C21FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FCA

Black with #C21FCA

Text Example


Text Example

White with #C21FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FCA; }

 p { color: rgb(194,31,202); }

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

background-color css

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

 a { background-color: rgb(194,31,202); }

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

border-color css

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

 span { border-color: rgb(194,31,202); }

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