Html Css Color HEX #C866AF Fuchsia

📋 copy color: '#C866AF'

red 200 ◦ green 102 ◦ blue 175

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

Shades of Fuchsia #C866AF

Tints of Fuchsia #C866AF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.38%

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

R = 41.93%
G = 21.38%
B = 36.69%

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

#C866AF (or 0xC866AF) is known color: Fuchsia. HEX triplet: C8, 66 and AF. RGB value is (200,102,175). Sum of RGB (Red+Green+Blue) = 200+102+175=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C866AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C866AF is #379950. Grayscale: #8B8B8B. Windows color (decimal): -3643729 or 11495112. OLE color: 11495112.

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

Color convert

RGB 200 102 175 -
CMYK 0 0.49 0.12 0.22
HSL 315.31º 0.47% 0.59% -
HSV(B) 315.31º 0.49% 0.78% -
XYZ 36.31 24.88 43.45 -
YUV 139.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 200 102 175 0 0.49 0.12 0.22 315.31 0.47 0.59
Hex C8 66 AF 0 31 C 16 13B 2F 3B
Octal 310 146 257 0 61 14 26 473 57 73
Binary 11001000 1100110 10101111 0 110001 1100 10110 100111011 101111 111011

Color Harmonies of #C866AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C866AF

Black with #C866AF

Text Example


Text Example

White with #C866AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C866AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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