Html Css Color HEX #C862AF Fuchsia

📋 copy color: '#C862AF'

red 200 ◦ green 98 ◦ blue 175

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

Shades of Fuchsia #C862AF

Tints of Fuchsia #C862AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37%

R = 42.28%
G = 20.72%
B = 37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C862AF (or 0xC862AF) is known color: Fuchsia. HEX triplet: C8, 62 and AF. RGB value is (200,98,175). Sum of RGB (Red+Green+Blue) = 200+98+175=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C862AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C862AF is #379D50. Grayscale: #898989. Windows color (decimal): -3644753 or 11494088. OLE color: 11494088.

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

Color convert

RGB 200 98 175 -
CMYK 0 0.51 0.12 0.22
HSL 314.71º 0.48% 0.58% -
HSV(B) 314.71º 0.51% 0.78% -
XYZ 35.92 24.11 43.32 -
YUV 137.28 149.29 172.74 -
System Red Green Blue C M Y K H S L
Decimal 200 98 175 0 0.51 0.12 0.22 314.71 0.48 0.58
Hex C8 62 AF 0 33 C 16 13B 30 3A
Octal 310 142 257 0 63 14 26 473 60 72
Binary 11001000 1100010 10101111 0 110011 1100 10110 100111011 110000 111010

Color Harmonies of #C862AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C862AF

Black with #C862AF

Text Example


Text Example

White with #C862AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C862AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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