Html Css Color HEX #C81FD3 Deep Magenta

📋 copy color: '#C81FD3'

red 200 ◦ green 31 ◦ blue 211

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

Shades of Deep Magenta #C81FD3

Tints of Deep Magenta #C81FD3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.01%

 BLUE value IS 211 (82.81% from 255) = 47.74%

R = 45.25%
G = 7.01%
B = 47.74%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C81FD3 (or 0xC81FD3) is known color: Deep Magenta. HEX triplet: C8, 1F and D3. RGB value is (200,31,211). Sum of RGB (Red+Green+Blue) = 200+31+211=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 211 - color contains mainly: blue. Hex color #C81FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FD3 is #37E02C. Grayscale: #656565. Windows color (decimal): -3661869 or 13836232. OLE color: 13836232.

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

Color convert

RGB 200 31 211 -
CMYK 0.05 0.85 0 0.17
HSL 296.33º 0.74% 0.47% -
HSV(B) 296.33º 0.85% 0.83% -
XYZ 36.07 17.96 63.19 -
YUV 102.05 189.49 197.86 -
System Red Green Blue C M Y K H S L
Decimal 200 31 211 0.05 0.85 0 0.17 296.33 0.74 0.47
Hex C8 1F D3 5 55 0 11 128 4A 2F
Octal 310 37 323 5 125 0 21 450 112 57
Binary 11001000 11111 11010011 101 1010101 0 10001 100101000 1001010 101111

Color Harmonies of #C81FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FD3

Black with #C81FD3

Text Example


Text Example

White with #C81FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FD3; }

 p { color: rgb(200,31,211); }

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

background-color css

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

 a { background-color: rgb(200,31,211); }

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

border-color css

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

 span { border-color: rgb(200,31,211); }

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