Html Css Color HEX #C21BCB Deep Magenta

📋 copy color: '#C21BCB'

red 194 ◦ green 27 ◦ blue 203

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

Shades of Deep Magenta #C21BCB

Tints of Deep Magenta #C21BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 45.75%
G = 6.37%
B = 47.88%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C21BCB (or 0xC21BCB) is known color: Deep Magenta. HEX triplet: C2, 1B and CB. RGB value is (194,27,203). Sum of RGB (Red+Green+Blue) = 194+27+203=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #C21BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BCB is #3DE434. Grayscale: #606060. Windows color (decimal): -4056117 or 13310914. OLE color: 13310914.

HSL color Cylindrical-coordinate representation of color #C21BCB: hue angle of 296.93º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21BCB is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 27 203 -
CMYK 0.04 0.87 0 0.20
HSL 296.93º 0.77% 0.45% -
HSV(B) 296.93º 0.87% 0.8% -
XYZ 33.42 16.57 57.94 -
YUV 97 187.83 197.19 -
System Red Green Blue C M Y K H S L
Decimal 194 27 203 0.04 0.87 0 0.20 296.93 0.77 0.45
Hex C2 1B CB 4 57 0 14 129 4D 2D
Octal 302 33 313 4 127 0 24 451 115 55
Binary 11000010 11011 11001011 100 1010111 0 10100 100101001 1001101 101101

Color Harmonies of #C21BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BCB

Black with #C21BCB

Text Example


Text Example

White with #C21BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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