Html Css Color HEX #C862BC Fuchsia

📋 copy color: '#C862BC'

red 200 ◦ green 98 ◦ blue 188

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

Shades of Fuchsia #C862BC

Tints of Fuchsia #C862BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 41.15%
G = 20.16%
B = 38.68%

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

#C862BC (or 0xC862BC) is known color: Fuchsia. HEX triplet: C8, 62 and BC. RGB value is (200,98,188). Sum of RGB (Red+Green+Blue) = 200+98+188=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C862BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862BC is #379D43. Grayscale: #8A8A8A. Windows color (decimal): -3644740 or 12346056. OLE color: 12346056.

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

Color convert

RGB 200 98 188 -
CMYK 0 0.51 0.06 0.22
HSL 307.06º 0.48% 0.58% -
HSV(B) 307.06º 0.51% 0.78% -
XYZ 37.26 24.65 50.37 -
YUV 138.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 200 98 188 0 0.51 0.06 0.22 307.06 0.48 0.58
Hex C8 62 BC 0 33 6 16 133 30 3A
Octal 310 142 274 0 63 6 26 463 60 72
Binary 11001000 1100010 10111100 0 110011 110 10110 100110011 110000 111010

Color Harmonies of #C862BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C862BC

Black with #C862BC

Text Example


Text Example

White with #C862BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C862BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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