Html Css Color HEX #C864B3 Fuchsia

📋 copy color: '#C864B3'

red 200 ◦ green 100 ◦ blue 179

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

Shades of Fuchsia #C864B3

Tints of Fuchsia #C864B3

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.88%

 BLUE value IS 179 (70.31% from 255) = 37.37%

R = 41.75%
G = 20.88%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C864B3 (or 0xC864B3) is known color: Fuchsia. HEX triplet: C8, 64 and B3. RGB value is (200,100,179). Sum of RGB (Red+Green+Blue) = 200+100+179=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C864B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864B3 is #379B4C. Grayscale: #8A8A8A. Windows color (decimal): -3644237 or 11756744. OLE color: 11756744.

HSL color Cylindrical-coordinate representation of color #C864B3: hue angle of 312.6º degrees, saturation: 0.48, 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 #C864B3 is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 100 179 -
CMYK 0 0.5 0.10 0.22
HSL 312.6º 0.48% 0.59% -
HSV(B) 312.6º 0.5% 0.78% -
XYZ 36.51 24.65 45.48 -
YUV 138.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 200 100 179 0 0.5 0.10 0.22 312.6 0.48 0.59
Hex C8 64 B3 0 32 A 16 139 30 3B
Octal 310 144 263 0 62 12 26 471 60 73
Binary 11001000 1100100 10110011 0 110010 1010 10110 100111001 110000 111011

Color Harmonies of #C864B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C864B3

Black with #C864B3

Text Example


Text Example

White with #C864B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C864B3; }

 p { color: rgb(200,100,179); }

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

background-color css

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

 a { background-color: rgb(200,100,179); }

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

border-color css

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

 span { border-color: rgb(200,100,179); }

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