Html Css Color HEX #C862B2 Fuchsia

📋 copy color: '#C862B2'

red 200 ◦ green 98 ◦ blue 178

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

Shades of Fuchsia #C862B2

Tints of Fuchsia #C862B2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.59%

 BLUE value IS 178 (69.92% from 255) = 37.39%

R = 42.02%
G = 20.59%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C862B2 (or 0xC862B2) is known color: Fuchsia. HEX triplet: C8, 62 and B2. RGB value is (200,98,178). Sum of RGB (Red+Green+Blue) = 200+98+178=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C862B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C862B2 is #379D4D. Grayscale: #898989. Windows color (decimal): -3644750 or 11690696. OLE color: 11690696.

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

Color convert

RGB 200 98 178 -
CMYK 0 0.51 0.11 0.22
HSL 312.94º 0.48% 0.58% -
HSV(B) 312.94º 0.51% 0.78% -
XYZ 36.22 24.23 44.89 -
YUV 137.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 200 98 178 0 0.51 0.11 0.22 312.94 0.48 0.58
Hex C8 62 B2 0 33 B 16 139 30 3A
Octal 310 142 262 0 63 13 26 471 60 72
Binary 11001000 1100010 10110010 0 110011 1011 10110 100111001 110000 111010

Color Harmonies of #C862B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C862B2

Black with #C862B2

Text Example


Text Example

White with #C862B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C862B2; }

 p { color: rgb(200,98,178); }

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

background-color css

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

 a { background-color: rgb(200,98,178); }

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

border-color css

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

 span { border-color: rgb(200,98,178); }

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