Html Css Color HEX #C82CCC Fuchsia

📋 copy color: '#C82CCC'

red 200 ◦ green 44 ◦ blue 204

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

Shades of Fuchsia #C82CCC

Tints of Fuchsia #C82CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 44.64%
G = 9.82%
B = 45.54%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C82CCC (or 0xC82CCC) is known color: Fuchsia. HEX triplet: C8, 2C and CC. RGB value is (200,44,204). Sum of RGB (Red+Green+Blue) = 200+44+204=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #C82CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CCC is #37D333. Grayscale: #6C6C6C. Windows color (decimal): -3658548 or 13380808. OLE color: 13380808.

HSL color Cylindrical-coordinate representation of color #C82CCC: hue angle of 298.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82CCC is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 44 204 -
CMYK 0.02 0.78 0 0.2
HSL 298.5º 0.65% 0.49% -
HSV(B) 298.5º 0.78% 0.8% -
XYZ 35.62 18.44 58.81 -
YUV 108.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 200 44 204 0.02 0.78 0 0.2 298.5 0.65 0.49
Hex C8 2C CC 2 4E 0 14 12A 41 31
Octal 310 54 314 2 116 0 24 452 101 61
Binary 11001000 101100 11001100 10 1001110 0 10100 100101010 1000001 110001

Color Harmonies of #C82CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82CCC

Black with #C82CCC

Text Example


Text Example

White with #C82CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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