Html Css Color HEX #C82FC7 Fuchsia

📋 copy color: '#C82FC7'

red 200 ◦ green 47 ◦ blue 199

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

Shades of Fuchsia #C82FC7

Tints of Fuchsia #C82FC7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.54%

 BLUE value IS 199 (78.13% from 255) = 44.62%

R = 44.84%
G = 10.54%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C82FC7 (or 0xC82FC7) is known color: Fuchsia. HEX triplet: C8, 2F and C7. RGB value is (200,47,199). Sum of RGB (Red+Green+Blue) = 200+47+199=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C82FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FC7 is #37D038. Grayscale: #6D6D6D. Windows color (decimal): -3657785 or 13053896. OLE color: 13053896.

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

Color convert

RGB 200 47 199 -
CMYK 0 0.76 0.00 0.22
HSL 300.39º 0.62% 0.48% -
HSV(B) 300.39º 0.77% 0.78% -
XYZ 35.14 18.44 55.74 -
YUV 110.08 178.19 192.14 -
System Red Green Blue C M Y K H S L
Decimal 200 47 199 0 0.76 0.00 0.22 300.39 0.62 0.48
Hex C8 2F C7 0 4C 0 16 12C 3E 30
Octal 310 57 307 0 114 0 26 454 76 60
Binary 11001000 101111 11000111 0 1001100 0 10110 100101100 111110 110000

Color Harmonies of #C82FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FC7

Black with #C82FC7

Text Example


Text Example

White with #C82FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FC7; }

 p { color: rgb(200,47,199); }

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

background-color css

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

 a { background-color: rgb(200,47,199); }

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

border-color css

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

 span { border-color: rgb(200,47,199); }

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