Html Css Color HEX #C862BE Fuchsia

📋 copy color: '#C862BE'

red 200 ◦ green 98 ◦ blue 190

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

Shades of Fuchsia #C862BE

Tints of Fuchsia #C862BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 40.98%
G = 20.08%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C862BE (or 0xC862BE) is known color: Fuchsia. HEX triplet: C8, 62 and BE. RGB value is (200,98,190). Sum of RGB (Red+Green+Blue) = 200+98+190=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C862BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862BE is #379D41. Grayscale: #8A8A8A. Windows color (decimal): -3644738 or 12477128. OLE color: 12477128.

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

Color convert

RGB 200 98 190 -
CMYK 0 0.51 0.05 0.22
HSL 305.88º 0.48% 0.58% -
HSV(B) 305.88º 0.51% 0.78% -
XYZ 37.48 24.73 51.51 -
YUV 138.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 200 98 190 0 0.51 0.05 0.22 305.88 0.48 0.58
Hex C8 62 BE 0 33 5 16 132 30 3A
Octal 310 142 276 0 63 5 26 462 60 72
Binary 11001000 1100010 10111110 0 110011 101 10110 100110010 110000 111010

Color Harmonies of #C862BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C862BE

Black with #C862BE

Text Example


Text Example

White with #C862BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C862BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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