Html Css Color HEX #C21BCE Deep Magenta

📋 copy color: '#C21BCE'

red 194 ◦ green 27 ◦ blue 206

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

Shades of Deep Magenta #C21BCE

Tints of Deep Magenta #C21BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 45.43%
G = 6.32%
B = 48.24%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C21BCE (or 0xC21BCE) is known color: Deep Magenta. HEX triplet: C2, 1B and CE. RGB value is (194,27,206). Sum of RGB (Red+Green+Blue) = 194+27+206=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #C21BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BCE is #3DE431. Grayscale: #606060. Windows color (decimal): -4056114 or 13507522. OLE color: 13507522.

HSL color Cylindrical-coordinate representation of color #C21BCE: hue angle of 295.98º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21BCE is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 27 206 -
CMYK 0.06 0.87 0 0.19
HSL 295.98º 0.77% 0.46% -
HSV(B) 295.98º 0.87% 0.81% -
XYZ 33.78 16.71 59.84 -
YUV 97.34 189.33 196.95 -
System Red Green Blue C M Y K H S L
Decimal 194 27 206 0.06 0.87 0 0.19 295.98 0.77 0.46
Hex C2 1B CE 6 57 0 13 128 4D 2E
Octal 302 33 316 6 127 0 23 450 115 56
Binary 11000010 11011 11001110 110 1010111 0 10011 100101000 1001101 101110

Color Harmonies of #C21BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BCE

Black with #C21BCE

Text Example


Text Example

White with #C21BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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