Html Css Color HEX #C82FCE Fuchsia

📋 copy color: '#C82FCE'

red 200 ◦ green 47 ◦ blue 206

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

Shades of Fuchsia #C82FCE

Tints of Fuchsia #C82FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 44.15%
G = 10.38%
B = 45.47%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C82FCE (or 0xC82FCE) is known color: Fuchsia. HEX triplet: C8, 2F and CE. RGB value is (200,47,206). Sum of RGB (Red+Green+Blue) = 200+47+206=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #C82FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FCE is #37D031. Grayscale: #6E6E6E. Windows color (decimal): -3657778 or 13512648. OLE color: 13512648.

HSL color Cylindrical-coordinate representation of color #C82FCE: hue angle of 297.74º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82FCE is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 47 206 -
CMYK 0.03 0.77 0 0.19
HSL 297.74º 0.63% 0.5% -
HSV(B) 297.74º 0.77% 0.81% -
XYZ 35.98 18.77 60.12 -
YUV 110.87 181.69 191.57 -
System Red Green Blue C M Y K H S L
Decimal 200 47 206 0.03 0.77 0 0.19 297.74 0.63 0.5
Hex C8 2F CE 3 4D 0 13 12A 3F 32
Octal 310 57 316 3 115 0 23 452 77 62
Binary 11001000 101111 11001110 11 1001101 0 10011 100101010 111111 110010

Color Harmonies of #C82FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FCE

Black with #C82FCE

Text Example


Text Example

White with #C82FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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