Html Css Color HEX #C817AF Deep Magenta

📋 copy color: '#C817AF'

red 200 ◦ green 23 ◦ blue 175

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

Shades of Deep Magenta #C817AF

Tints of Deep Magenta #C817AF

RGB

 RED value IS 200 (78.52% from 255) = 50.25%

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 50.25%
G = 5.78%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C817AF (or 0xC817AF) is known color: Deep Magenta. HEX triplet: C8, 17 and AF. RGB value is (200,23,175). Sum of RGB (Red+Green+Blue) = 200+23+175=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C817AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C817AF is #37E850. Grayscale: #5C5C5C. Windows color (decimal): -3663953 or 11474888. OLE color: 11474888.

HSL color Cylindrical-coordinate representation of color #C817AF: hue angle of 308.47º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C817AF is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 23 175 -
CMYK 0 0.88 0.12 0.22
HSL 308.47º 0.79% 0.44% -
HSV(B) 308.47º 0.89% 0.78% -
XYZ 31.86 15.99 41.96 -
YUV 93.25 174.14 204.14 -
System Red Green Blue C M Y K H S L
Decimal 200 23 175 0 0.88 0.12 0.22 308.47 0.79 0.44
Hex C8 17 AF 0 58 C 16 134 4F 2C
Octal 310 27 257 0 130 14 26 464 117 54
Binary 11001000 10111 10101111 0 1011000 1100 10110 100110100 1001111 101100

Color Harmonies of #C817AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C817AF

Black with #C817AF

Text Example


Text Example

White with #C817AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C817AF; }

 p { color: rgb(200,23,175); }

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

background-color css

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

 a { background-color: rgb(200,23,175); }

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

border-color css

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

 span { border-color: rgb(200,23,175); }

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