Html Css Color HEX #C81CB3 Deep Magenta

📋 copy color: '#C81CB3'

red 200 ◦ green 28 ◦ blue 179

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

Shades of Deep Magenta #C81CB3

Tints of Deep Magenta #C81CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.98%

R = 49.14%
G = 6.88%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C81CB3 (or 0xC81CB3) is known color: Deep Magenta. HEX triplet: C8, 1C and B3. RGB value is (200,28,179). Sum of RGB (Red+Green+Blue) = 200+28+179=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C81CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81CB3 is #37E34C. Grayscale: #606060. Windows color (decimal): -3662669 or 11738312. OLE color: 11738312.

HSL color Cylindrical-coordinate representation of color #C81CB3: hue angle of 307.33º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81CB3 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 28 179 -
CMYK 0 0.86 0.10 0.22
HSL 307.33º 0.75% 0.45% -
HSV(B) 307.33º 0.86% 0.78% -
XYZ 32.37 16.36 44.1 -
YUV 96.64 174.48 201.72 -
System Red Green Blue C M Y K H S L
Decimal 200 28 179 0 0.86 0.10 0.22 307.33 0.75 0.45
Hex C8 1C B3 0 56 A 16 133 4B 2D
Octal 310 34 263 0 126 12 26 463 113 55
Binary 11001000 11100 10110011 0 1010110 1010 10110 100110011 1001011 101101

Color Harmonies of #C81CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81CB3

Black with #C81CB3

Text Example


Text Example

White with #C81CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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