Html Css Color HEX #C760C0 Fuchsia

📋 copy color: '#C760C0'

red 199 ◦ green 96 ◦ blue 192

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

Shades of Fuchsia #C760C0

Tints of Fuchsia #C760C0

RGB

 RED value IS 199 (78.13% from 255) = 40.86%

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

 BLUE value IS 192 (75.39% from 255) = 39.43%

R = 40.86%
G = 19.71%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C760C0 (or 0xC760C0) is known color: Fuchsia. HEX triplet: C7, 60 and C0. RGB value is (199,96,192). Sum of RGB (Red+Green+Blue) = 199+96+192=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C760C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760C0 is #389F3F. Grayscale: #898989. Windows color (decimal): -3710784 or 12607687. OLE color: 12607687.

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

Color convert

RGB 199 96 192 -
CMYK 0 0.52 0.04 0.22
HSL 304.08º 0.48% 0.58% -
HSV(B) 304.08º 0.52% 0.78% -
XYZ 37.25 24.31 52.6 -
YUV 137.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 199 96 192 0 0.52 0.04 0.22 304.08 0.48 0.58
Hex C7 60 C0 0 34 4 16 130 30 3A
Octal 307 140 300 0 64 4 26 460 60 72
Binary 11000111 1100000 11000000 0 110100 100 10110 100110000 110000 111010

Color Harmonies of #C760C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760C0

Black with #C760C0

Text Example


Text Example

White with #C760C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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