Html Css Color HEX #C217BD Deep Magenta

📋 copy color: '#C217BD'

red 194 ◦ green 23 ◦ blue 189

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

Shades of Deep Magenta #C217BD

Tints of Deep Magenta #C217BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 47.78%
G = 5.67%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C217BD (or 0xC217BD) is known color: Deep Magenta. HEX triplet: C2, 17 and BD. RGB value is (194,23,189). Sum of RGB (Red+Green+Blue) = 194+23+189=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C217BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C217BD is #3DE842. Grayscale: #5C5C5C. Windows color (decimal): -4057155 or 12392386. OLE color: 12392386.

HSL color Cylindrical-coordinate representation of color #C217BD: hue angle of 301.75º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C217BD is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 189 -
CMYK 0 0.88 0.03 0.24
HSL 301.75º 0.79% 0.43% -
HSV(B) 301.75º 0.88% 0.76% -
XYZ 31.74 15.76 49.51 -
YUV 93.05 182.15 200 -
System Red Green Blue C M Y K H S L
Decimal 194 23 189 0 0.88 0.03 0.24 301.75 0.79 0.43
Hex C2 17 BD 0 58 3 18 12E 4F 2B
Octal 302 27 275 0 130 3 30 456 117 53
Binary 11000010 10111 10111101 0 1011000 11 11000 100101110 1001111 101011

Color Harmonies of #C217BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C217BD

Black with #C217BD

Text Example


Text Example

White with #C217BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C217BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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