Html Css Color HEX #C818B7 Deep Magenta

📋 copy color: '#C818B7'

red 200 ◦ green 24 ◦ blue 183

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

Shades of Deep Magenta #C818B7

Tints of Deep Magenta #C818B7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.9%

 BLUE value IS 183 (71.88% from 255) = 44.96%

R = 49.14%
G = 5.9%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C818B7 (or 0xC818B7) is known color: Deep Magenta. HEX triplet: C8, 18 and B7. RGB value is (200,24,183). Sum of RGB (Red+Green+Blue) = 200+24+183=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C818B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818B7 is #37E748. Grayscale: #5E5E5E. Windows color (decimal): -3663689 or 11999432. OLE color: 11999432.

HSL color Cylindrical-coordinate representation of color #C818B7: hue angle of 305.8º 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 #C818B7 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 24 183 -
CMYK 0 0.88 0.08 0.22
HSL 305.8º 0.79% 0.44% -
HSV(B) 305.8º 0.88% 0.78% -
XYZ 32.69 16.35 46.23 -
YUV 94.75 177.81 203.07 -
System Red Green Blue C M Y K H S L
Decimal 200 24 183 0 0.88 0.08 0.22 305.8 0.79 0.44
Hex C8 18 B7 0 58 8 16 132 4F 2C
Octal 310 30 267 0 130 10 26 462 117 54
Binary 11001000 11000 10110111 0 1011000 1000 10110 100110010 1001111 101100

Color Harmonies of #C818B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C818B7

Black with #C818B7

Text Example


Text Example

White with #C818B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C818B7; }

 p { color: rgb(200,24,183); }

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

background-color css

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

 a { background-color: rgb(200,24,183); }

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

border-color css

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

 span { border-color: rgb(200,24,183); }

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