Html Css Color HEX #C82CB8 Fuchsia

📋 copy color: '#C82CB8'

red 200 ◦ green 44 ◦ blue 184

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

Shades of Fuchsia #C82CB8

Tints of Fuchsia #C82CB8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.28%

 BLUE value IS 184 (72.27% from 255) = 42.99%

R = 46.73%
G = 10.28%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C82CB8 (or 0xC82CB8) is known color: Fuchsia. HEX triplet: C8, 2C and B8. RGB value is (200,44,184). Sum of RGB (Red+Green+Blue) = 200+44+184=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CB8 is #37D347. Grayscale: #6A6A6A. Windows color (decimal): -3658568 or 12070088. OLE color: 12070088.

HSL color Cylindrical-coordinate representation of color #C82CB8: hue angle of 306.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82CB8 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 44 184 -
CMYK 0 0.78 0.08 0.22
HSL 306.15º 0.64% 0.48% -
HSV(B) 306.15º 0.78% 0.78% -
XYZ 33.37 17.54 46.97 -
YUV 106.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 200 44 184 0 0.78 0.08 0.22 306.15 0.64 0.48
Hex C8 2C B8 0 4E 8 16 132 40 30
Octal 310 54 270 0 116 10 26 462 100 60
Binary 11001000 101100 10111000 0 1001110 1000 10110 100110010 1000000 110000

Color Harmonies of #C82CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82CB8

Black with #C82CB8

Text Example


Text Example

White with #C82CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82CB8; }

 p { color: rgb(200,44,184); }

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

background-color css

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

 a { background-color: rgb(200,44,184); }

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

border-color css

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

 span { border-color: rgb(200,44,184); }

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