Html Css Color HEX #C81FE4 Deep Magenta

📋 copy color: '#C81FE4'

red 200 ◦ green 31 ◦ blue 228

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

Shades of Deep Magenta #C81FE4

Tints of Deep Magenta #C81FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.67%

R = 43.57%
G = 6.75%
B = 49.67%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C81FE4 (or 0xC81FE4) is known color: Deep Magenta. HEX triplet: C8, 1F and E4. RGB value is (200,31,228). Sum of RGB (Red+Green+Blue) = 200+31+228=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 228 (89.45% from 255 or 49.67% from 459); Max value from RGB is 228 - color contains mainly: blue. Hex color #C81FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FE4 is #37E01B. Grayscale: #676767. Windows color (decimal): -3661852 or 14950344. OLE color: 14950344.

HSL color Cylindrical-coordinate representation of color #C81FE4: hue angle of 291.47º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81FE4 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 200 31 228 -
CMYK 0.12 0.86 0 0.11
HSL 291.47º 0.78% 0.51% -
HSV(B) 291.47º 0.86% 0.89% -
XYZ 38.31 18.86 75.02 -
YUV 103.99 197.99 196.48 -
System Red Green Blue C M Y K H S L
Decimal 200 31 228 0.12 0.86 0 0.11 291.47 0.78 0.51
Hex C8 1F E4 C 56 0 B 123 4E 33
Octal 310 37 344 14 126 0 13 443 116 63
Binary 11001000 11111 11100100 1100 1010110 0 1011 100100011 1001110 110011

Color Harmonies of #C81FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FE4

Black with #C81FE4

Text Example


Text Example

White with #C81FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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