Html Css Color HEX #C860C7 Fuchsia

📋 copy color: '#C860C7'

red 200 ◦ green 96 ◦ blue 199

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

Shades of Fuchsia #C860C7

Tints of Fuchsia #C860C7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.39%

 BLUE value IS 199 (78.13% from 255) = 40.2%

R = 40.4%
G = 19.39%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C860C7 (or 0xC860C7) is known color: Fuchsia. HEX triplet: C8, 60 and C7. RGB value is (200,96,199). Sum of RGB (Red+Green+Blue) = 200+96+199=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C860C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860C7 is #379F38. Grayscale: #8A8A8A. Windows color (decimal): -3645241 or 13066440. OLE color: 13066440.

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

Color convert

RGB 200 96 199 -
CMYK 0 0.52 0.00 0.22
HSL 300.58º 0.49% 0.58% -
HSV(B) 300.58º 0.52% 0.78% -
XYZ 38.31 24.77 56.79 -
YUV 138.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 200 96 199 0 0.52 0.00 0.22 300.58 0.49 0.58
Hex C8 60 C7 0 34 0 16 12D 31 3A
Octal 310 140 307 0 64 0 26 455 61 72
Binary 11001000 1100000 11000111 0 110100 0 10110 100101101 110001 111010

Color Harmonies of #C860C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C860C7

Black with #C860C7

Text Example


Text Example

White with #C860C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C860C7; }

 p { color: rgb(200,96,199); }

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

background-color css

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

 a { background-color: rgb(200,96,199); }

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

border-color css

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

 span { border-color: rgb(200,96,199); }

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