Html Css Color HEX #C760CB Fuchsia

📋 copy color: '#C760CB'

red 199 ◦ green 96 ◦ blue 203

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

Shades of Fuchsia #C760CB

Tints of Fuchsia #C760CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 39.96%
G = 19.28%
B = 40.76%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C760CB (or 0xC760CB) is known color: Fuchsia. HEX triplet: C7, 60 and CB. RGB value is (199,96,203). Sum of RGB (Red+Green+Blue) = 199+96+203=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #C760CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760CB is #389F34. Grayscale: #8A8A8A. Windows color (decimal): -3710773 or 13328583. OLE color: 13328583.

HSL color Cylindrical-coordinate representation of color #C760CB: hue angle of 297.76º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C760CB is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 96 203 -
CMYK 0.02 0.53 0 0.20
HSL 297.76º 0.51% 0.59% -
HSV(B) 297.76º 0.53% 0.8% -
XYZ 38.52 24.82 59.26 -
YUV 139 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 199 96 203 0.02 0.53 0 0.20 297.76 0.51 0.59
Hex C7 60 CB 2 35 0 14 12A 33 3B
Octal 307 140 313 2 65 0 24 452 63 73
Binary 11000111 1100000 11001011 10 110101 0 10100 100101010 110011 111011

Color Harmonies of #C760CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760CB

Black with #C760CB

Text Example


Text Example

White with #C760CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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