Html Css Color HEX #C827B0 Deep Magenta

📋 copy color: '#C827B0'

red 200 ◦ green 39 ◦ blue 176

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

Shades of Deep Magenta #C827B0

Tints of Deep Magenta #C827B0

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.4%

 BLUE value IS 176 (69.14% from 255) = 42.41%

R = 48.19%
G = 9.4%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C827B0 (or 0xC827B0) is known color: Deep Magenta. HEX triplet: C8, 27 and B0. RGB value is (200,39,176). Sum of RGB (Red+Green+Blue) = 200+39+176=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C827B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C827B0 is #37D84F. Grayscale: #666666. Windows color (decimal): -3659856 or 11544520. OLE color: 11544520.

HSL color Cylindrical-coordinate representation of color #C827B0: hue angle of 308.94º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C827B0 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 176 -
CMYK 0 0.80 0.12 0.22
HSL 308.94º 0.67% 0.47% -
HSV(B) 308.94º 0.81% 0.78% -
XYZ 32.38 16.86 42.62 -
YUV 102.76 169.34 197.36 -
System Red Green Blue C M Y K H S L
Decimal 200 39 176 0 0.80 0.12 0.22 308.94 0.67 0.47
Hex C8 27 B0 0 50 C 16 135 43 2F
Octal 310 47 260 0 120 14 26 465 103 57
Binary 11001000 100111 10110000 0 1010000 1100 10110 100110101 1000011 101111

Color Harmonies of #C827B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C827B0

Black with #C827B0

Text Example


Text Example

White with #C827B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C827B0; }

 p { color: rgb(200,39,176); }

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

background-color css

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

 a { background-color: rgb(200,39,176); }

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

border-color css

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

 span { border-color: rgb(200,39,176); }

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