Html Css Color HEX #C827BE Deep Magenta

📋 copy color: '#C827BE'

red 200 ◦ green 39 ◦ blue 190

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

Shades of Deep Magenta #C827BE

Tints of Deep Magenta #C827BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 46.62%
G = 9.09%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C827BE (or 0xC827BE) is known color: Deep Magenta. HEX triplet: C8, 27 and BE. RGB value is (200,39,190). Sum of RGB (Red+Green+Blue) = 200+39+190=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C827BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827BE is #37D841. Grayscale: #676767. Windows color (decimal): -3659842 or 12462024. OLE color: 12462024.

HSL color Cylindrical-coordinate representation of color #C827BE: hue angle of 303.73º 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 #C827BE is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 190 -
CMYK 0 0.80 0.05 0.22
HSL 303.73º 0.67% 0.47% -
HSV(B) 303.73º 0.81% 0.78% -
XYZ 33.84 17.45 50.3 -
YUV 104.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 200 39 190 0 0.80 0.05 0.22 303.73 0.67 0.47
Hex C8 27 BE 0 50 5 16 130 43 2F
Octal 310 47 276 0 120 5 26 460 103 57
Binary 11001000 100111 10111110 0 1010000 101 10110 100110000 1000011 101111

Color Harmonies of #C827BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C827BE

Black with #C827BE

Text Example


Text Example

White with #C827BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C827BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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