Html Css Color HEX #C216CB Deep Magenta

📋 copy color: '#C216CB'

red 194 ◦ green 22 ◦ blue 203

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

Shades of Deep Magenta #C216CB

Tints of Deep Magenta #C216CB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.25%

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

R = 46.3%
G = 5.25%
B = 48.45%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C216CB (or 0xC216CB) is known color: Deep Magenta. HEX triplet: C2, 16 and CB. RGB value is (194,22,203). Sum of RGB (Red+Green+Blue) = 194+22+203=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #C216CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216CB is #3DE934. Grayscale: #5D5D5D. Windows color (decimal): -4057397 or 13309634. OLE color: 13309634.

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

Color convert

RGB 194 22 203 -
CMYK 0.04 0.89 0 0.20
HSL 297.02º 0.8% 0.44% -
HSV(B) 297.02º 0.89% 0.8% -
XYZ 33.31 16.35 57.9 -
YUV 94.06 189.48 199.28 -
System Red Green Blue C M Y K H S L
Decimal 194 22 203 0.04 0.89 0 0.20 297.02 0.8 0.44
Hex C2 16 CB 4 59 0 14 129 50 2C
Octal 302 26 313 4 131 0 24 451 120 54
Binary 11000010 10110 11001011 100 1011001 0 10100 100101001 1010000 101100

Color Harmonies of #C216CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C216CB

Black with #C216CB

Text Example


Text Example

White with #C216CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C216CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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