Html Css Color HEX #C221CB Deep Magenta

📋 copy color: '#C221CB'

red 194 ◦ green 33 ◦ blue 203

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

Shades of Deep Magenta #C221CB

Tints of Deep Magenta #C221CB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.67%

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

R = 45.12%
G = 7.67%
B = 47.21%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C221CB (or 0xC221CB) is known color: Deep Magenta. HEX triplet: C2, 21 and CB. RGB value is (194,33,203). Sum of RGB (Red+Green+Blue) = 194+33+203=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #C221CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C221CB is #3DDE34. Grayscale: #636363. Windows color (decimal): -4054581 or 13312450. OLE color: 13312450.

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

Color convert

RGB 194 33 203 -
CMYK 0.04 0.84 0 0.20
HSL 296.82º 0.72% 0.46% -
HSV(B) 296.82º 0.84% 0.8% -
XYZ 33.57 16.87 57.99 -
YUV 100.52 185.84 194.68 -
System Red Green Blue C M Y K H S L
Decimal 194 33 203 0.04 0.84 0 0.20 296.82 0.72 0.46
Hex C2 21 CB 4 54 0 14 129 48 2E
Octal 302 41 313 4 124 0 24 451 110 56
Binary 11000010 100001 11001011 100 1010100 0 10100 100101001 1001000 101110

Color Harmonies of #C221CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221CB

Black with #C221CB

Text Example


Text Example

White with #C221CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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