Html Css Color HEX #C761B2 Fuchsia

📋 copy color: '#C761B2'

red 199 ◦ green 97 ◦ blue 178

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

Shades of Fuchsia #C761B2

Tints of Fuchsia #C761B2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.46%

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 41.98%
G = 20.46%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C761B2 (or 0xC761B2) is known color: Fuchsia. HEX triplet: C7, 61 and B2. RGB value is (199,97,178). Sum of RGB (Red+Green+Blue) = 199+97+178=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C761B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C761B2 is #389E4D. Grayscale: #888888. Windows color (decimal): -3710542 or 11690439. OLE color: 11690439.

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

Color convert

RGB 199 97 178 -
CMYK 0 0.51 0.11 0.22
HSL 312.35º 0.48% 0.58% -
HSV(B) 312.35º 0.51% 0.78% -
XYZ 35.86 23.91 44.84 -
YUV 136.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 199 97 178 0 0.51 0.11 0.22 312.35 0.48 0.58
Hex C7 61 B2 0 33 B 16 138 30 3A
Octal 307 141 262 0 63 13 26 470 60 72
Binary 11000111 1100001 10110010 0 110011 1011 10110 100111000 110000 111010

Color Harmonies of #C761B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C761B2

Black with #C761B2

Text Example


Text Example

White with #C761B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C761B2; }

 p { color: rgb(199,97,178); }

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

background-color css

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

 a { background-color: rgb(199,97,178); }

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

border-color css

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

 span { border-color: rgb(199,97,178); }

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