Html Css Color HEX #C862BB Fuchsia

📋 copy color: '#C862BB'

red 200 ◦ green 98 ◦ blue 187

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

Shades of Fuchsia #C862BB

Tints of Fuchsia #C862BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.56%

R = 41.24%
G = 20.21%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C862BB (or 0xC862BB) is known color: Fuchsia. HEX triplet: C8, 62 and BB. RGB value is (200,98,187). Sum of RGB (Red+Green+Blue) = 200+98+187=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C862BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862BB is #379D44. Grayscale: #8A8A8A. Windows color (decimal): -3644741 or 12280520. OLE color: 12280520.

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

Color convert

RGB 200 98 187 -
CMYK 0 0.51 0.06 0.22
HSL 307.65º 0.48% 0.58% -
HSV(B) 307.65º 0.51% 0.78% -
XYZ 37.16 24.6 49.8 -
YUV 138.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 200 98 187 0 0.51 0.06 0.22 307.65 0.48 0.58
Hex C8 62 BB 0 33 6 16 134 30 3A
Octal 310 142 273 0 63 6 26 464 60 72
Binary 11001000 1100010 10111011 0 110011 110 10110 100110100 110000 111010

Color Harmonies of #C862BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C862BB

Black with #C862BB

Text Example


Text Example

White with #C862BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C862BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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