Html Css Color HEX #C828B1 Fuchsia

📋 copy color: '#C828B1'

red 200 ◦ green 40 ◦ blue 177

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

Shades of Fuchsia #C828B1

Tints of Fuchsia #C828B1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.59%

 BLUE value IS 177 (69.53% from 255) = 42.45%

R = 47.96%
G = 9.59%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C828B1 (or 0xC828B1) is known color: Fuchsia. HEX triplet: C8, 28 and B1. RGB value is (200,40,177). Sum of RGB (Red+Green+Blue) = 200+40+177=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C828B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C828B1 is #37D74E. Grayscale: #676767. Windows color (decimal): -3659599 or 11610312. OLE color: 11610312.

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

Color convert

RGB 200 40 177 -
CMYK 0 0.8 0.12 0.22
HSL 308.63º 0.67% 0.47% -
HSV(B) 308.63º 0.8% 0.78% -
XYZ 32.51 16.97 43.16 -
YUV 103.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 200 40 177 0 0.8 0.12 0.22 308.63 0.67 0.47
Hex C8 28 B1 0 50 C 16 135 43 2F
Octal 310 50 261 0 120 14 26 465 103 57
Binary 11001000 101000 10110001 0 1010000 1100 10110 100110101 1000011 101111

Color Harmonies of #C828B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C828B1

Black with #C828B1

Text Example


Text Example

White with #C828B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C828B1; }

 p { color: rgb(200,40,177); }

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

background-color css

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

 a { background-color: rgb(200,40,177); }

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

border-color css

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

 span { border-color: rgb(200,40,177); }

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