Html Css Color HEX #C808C1 Deep Magenta

📋 copy color: '#C808C1'

red 200 ◦ green 8 ◦ blue 193

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

Shades of Deep Magenta #C808C1

Tints of Deep Magenta #C808C1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

 BLUE value IS 193 (75.78% from 255) = 48.13%

R = 49.88%
G = 2%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C808C1 (or 0xC808C1) is known color: Deep Magenta. HEX triplet: C8, 08 and C1. RGB value is (200,8,193). Sum of RGB (Red+Green+Blue) = 200+8+193=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C808C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C808C1 is #37F73E. Grayscale: #555555. Windows color (decimal): -3667775 or 12650696. OLE color: 12650696.

HSL color Cylindrical-coordinate representation of color #C808C1: hue angle of 302.19º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C808C1 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 193 -
CMYK 0 0.96 0.04 0.22
HSL 302.19º 0.92% 0.41% -
HSV(B) 302.19º 0.96% 0.78% -
XYZ 33.53 16.3 51.83 -
YUV 86.5 188.11 208.96 -
System Red Green Blue C M Y K H S L
Decimal 200 8 193 0 0.96 0.04 0.22 302.19 0.92 0.41
Hex C8 8 C1 0 60 4 16 12E 5C 29
Octal 310 10 301 0 140 4 26 456 134 51
Binary 11001000 1000 11000001 0 1100000 100 10110 100101110 1011100 101001

Color Harmonies of #C808C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C808C1

Black with #C808C1

Text Example


Text Example

White with #C808C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C808C1; }

 p { color: rgb(200,8,193); }

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

background-color css

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

 a { background-color: rgb(200,8,193); }

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

border-color css

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

 span { border-color: rgb(200,8,193); }

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