Html Css Color HEX #C865AF Fuchsia

📋 copy color: '#C865AF'

red 200 ◦ green 101 ◦ blue 175

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

Shades of Fuchsia #C865AF

Tints of Fuchsia #C865AF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.22%

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

R = 42.02%
G = 21.22%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C865AF (or 0xC865AF) is known color: Fuchsia. HEX triplet: C8, 65 and AF. RGB value is (200,101,175). Sum of RGB (Red+Green+Blue) = 200+101+175=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C865AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C865AF is #379A50. Grayscale: #8A8A8A. Windows color (decimal): -3643985 or 11494856. OLE color: 11494856.

HSL color Cylindrical-coordinate representation of color #C865AF: hue angle of 315.15º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C865AF is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 101 175 -
CMYK 0 0.49 0.12 0.22
HSL 315.15º 0.47% 0.59% -
HSV(B) 315.15º 0.5% 0.78% -
XYZ 36.21 24.68 43.41 -
YUV 139.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 200 101 175 0 0.49 0.12 0.22 315.15 0.47 0.59
Hex C8 65 AF 0 31 C 16 13B 2F 3B
Octal 310 145 257 0 61 14 26 473 57 73
Binary 11001000 1100101 10101111 0 110001 1100 10110 100111011 101111 111011

Color Harmonies of #C865AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865AF

Black with #C865AF

Text Example


Text Example

White with #C865AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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