Html Css Color HEX #C21CCA Deep Magenta

📋 copy color: '#C21CCA'

red 194 ◦ green 28 ◦ blue 202

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

Shades of Deep Magenta #C21CCA

Tints of Deep Magenta #C21CCA

RGB

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

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

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

R = 45.75%
G = 6.6%
B = 47.64%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C21CCA (or 0xC21CCA) is known color: Deep Magenta. HEX triplet: C2, 1C and CA. RGB value is (194,28,202). Sum of RGB (Red+Green+Blue) = 194+28+202=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #C21CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CCA is #3DE335. Grayscale: #606060. Windows color (decimal): -4055862 or 13245634. OLE color: 13245634.

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

Color convert

RGB 194 28 202 -
CMYK 0.04 0.86 0 0.21
HSL 297.24º 0.76% 0.45% -
HSV(B) 297.24º 0.86% 0.79% -
XYZ 33.32 16.56 57.32 -
YUV 97.47 187 196.85 -
System Red Green Blue C M Y K H S L
Decimal 194 28 202 0.04 0.86 0 0.21 297.24 0.76 0.45
Hex C2 1C CA 4 56 0 15 129 4C 2D
Octal 302 34 312 4 126 0 25 451 114 55
Binary 11000010 11100 11001010 100 1010110 0 10101 100101001 1001100 101101

Color Harmonies of #C21CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CCA

Black with #C21CCA

Text Example


Text Example

White with #C21CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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