Html Css Color HEX #C217CB Deep Magenta

📋 copy color: '#C217CB'

red 194 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #C217CB

Tints of Deep Magenta #C217CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.48%

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

R = 46.19%
G = 5.48%
B = 48.33%

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

#C217CB (or 0xC217CB) is known color: Deep Magenta. HEX triplet: C2, 17 and CB. RGB value is (194,23,203). Sum of RGB (Red+Green+Blue) = 194+23+203=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #C217CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C217CB is #3DE834. Grayscale: #5E5E5E. Windows color (decimal): -4057141 or 13309890. OLE color: 13309890.

HSL color Cylindrical-coordinate representation of color #C217CB: hue angle of 297º 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 #C217CB is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 23 203 -
CMYK 0.04 0.89 0 0.20
HSL 297º 0.8% 0.44% -
HSV(B) 297º 0.89% 0.8% -
XYZ 33.33 16.39 57.91 -
YUV 94.65 189.15 198.86 -
System Red Green Blue C M Y K H S L
Decimal 194 23 203 0.04 0.89 0 0.20 297 0.8 0.44
Hex C2 17 CB 4 59 0 14 129 50 2C
Octal 302 27 313 4 131 0 24 451 120 54
Binary 11000010 10111 11001011 100 1011001 0 10100 100101001 1010000 101100

Color Harmonies of #C217CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C217CB

Black with #C217CB

Text Example


Text Example

White with #C217CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C217CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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