Html Css Color HEX #C862B9 Fuchsia

📋 copy color: '#C862B9'

red 200 ◦ green 98 ◦ blue 185

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

Shades of Fuchsia #C862B9

Tints of Fuchsia #C862B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 41.41%
G = 20.29%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C862B9 (or 0xC862B9) is known color: Fuchsia. HEX triplet: C8, 62 and B9. RGB value is (200,98,185). Sum of RGB (Red+Green+Blue) = 200+98+185=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C862B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862B9 is #379D46. Grayscale: #8A8A8A. Windows color (decimal): -3644743 or 12149448. OLE color: 12149448.

HSL color Cylindrical-coordinate representation of color #C862B9: hue angle of 308.82º 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 #C862B9 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 98 185 -
CMYK 0 0.51 0.08 0.22
HSL 308.82º 0.48% 0.58% -
HSV(B) 308.82º 0.51% 0.78% -
XYZ 36.94 24.52 48.68 -
YUV 138.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 200 98 185 0 0.51 0.08 0.22 308.82 0.48 0.58
Hex C8 62 B9 0 33 8 16 135 30 3A
Octal 310 142 271 0 63 10 26 465 60 72
Binary 11001000 1100010 10111001 0 110011 1000 10110 100110101 110000 111010

Color Harmonies of #C862B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C862B9

Black with #C862B9

Text Example


Text Example

White with #C862B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C862B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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