Html Css Color HEX #C81CD4 Deep Magenta

📋 copy color: '#C81CD4'

red 200 ◦ green 28 ◦ blue 212

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

Shades of Deep Magenta #C81CD4

Tints of Deep Magenta #C81CD4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.36%

 BLUE value IS 212 (83.2% from 255) = 48.18%

R = 45.45%
G = 6.36%
B = 48.18%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C81CD4 (or 0xC81CD4) is known color: Deep Magenta. HEX triplet: C8, 1C and D4. RGB value is (200,28,212). Sum of RGB (Red+Green+Blue) = 200+28+212=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 212 - color contains mainly: blue. Hex color #C81CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81CD4 is #37E32B. Grayscale: #636363. Windows color (decimal): -3662636 or 13901000. OLE color: 13901000.

HSL color Cylindrical-coordinate representation of color #C81CD4: hue angle of 296.09º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81CD4 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 28 212 -
CMYK 0.06 0.87 0 0.17
HSL 296.09º 0.77% 0.47% -
HSV(B) 296.09º 0.87% 0.83% -
XYZ 36.12 17.86 63.83 -
YUV 100.4 190.98 199.04 -
System Red Green Blue C M Y K H S L
Decimal 200 28 212 0.06 0.87 0 0.17 296.09 0.77 0.47
Hex C8 1C D4 6 57 0 11 128 4D 2F
Octal 310 34 324 6 127 0 21 450 115 57
Binary 11001000 11100 11010100 110 1010111 0 10001 100101000 1001101 101111

Color Harmonies of #C81CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81CD4

Black with #C81CD4

Text Example


Text Example

White with #C81CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81CD4; }

 p { color: rgb(200,28,212); }

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

background-color css

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

 a { background-color: rgb(200,28,212); }

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

border-color css

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

 span { border-color: rgb(200,28,212); }

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