Html Css Color HEX #C81FB4 Deep Magenta

📋 copy color: '#C81FB4'

red 200 ◦ green 31 ◦ blue 180

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

Shades of Deep Magenta #C81FB4

Tints of Deep Magenta #C81FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.8%

R = 48.66%
G = 7.54%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C81FB4 (or 0xC81FB4) is known color: Deep Magenta. HEX triplet: C8, 1F and B4. RGB value is (200,31,180). Sum of RGB (Red+Green+Blue) = 200+31+180=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FB4 is #37E04B. Grayscale: #626262. Windows color (decimal): -3661900 or 11804616. OLE color: 11804616.

HSL color Cylindrical-coordinate representation of color #C81FB4: hue angle of 307.1º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81FB4 is Cyan = 0, Magento = 0.84, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 180 -
CMYK 0 0.84 0.1 0.22
HSL 307.1º 0.73% 0.45% -
HSV(B) 307.1º 0.85% 0.78% -
XYZ 32.55 16.55 44.66 -
YUV 98.52 173.99 200.38 -
System Red Green Blue C M Y K H S L
Decimal 200 31 180 0 0.84 0.1 0.22 307.1 0.73 0.45
Hex C8 1F B4 0 54 A 16 133 49 2D
Octal 310 37 264 0 124 12 26 463 111 55
Binary 11001000 11111 10110100 0 1010100 1010 10110 100110011 1001001 101101

Color Harmonies of #C81FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FB4

Black with #C81FB4

Text Example


Text Example

White with #C81FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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