Html Css Color HEX #C276BE Fuchsia

📋 copy color: '#C276BE'

red 194 ◦ green 118 ◦ blue 190

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

Shades of Fuchsia #C276BE

Tints of Fuchsia #C276BE

RGB

 RED value IS 194 (76.17% from 255) = 38.65%

 GREEN value IS 118 (46.48% from 255) = 23.51%

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 38.65%
G = 23.51%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C276BE (or 0xC276BE) is known color: Fuchsia. HEX triplet: C2, 76 and BE. RGB value is (194,118,190). Sum of RGB (Red+Green+Blue) = 194+118+190=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C276BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276BE is #3D8941. Grayscale: #949494. Windows color (decimal): -4032834 or 12482242. OLE color: 12482242.

HSL color Cylindrical-coordinate representation of color #C276BE: hue angle of 303.16º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C276BE is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 190 -
CMYK 0 0.39 0.02 0.24
HSL 303.16º 0.38% 0.61% -
HSV(B) 303.16º 0.39% 0.76% -
XYZ 38.02 28.14 52.14 -
YUV 148.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 194 118 190 0 0.39 0.02 0.24 303.16 0.38 0.61
Hex C2 76 BE 0 27 2 18 12F 26 3D
Octal 302 166 276 0 47 2 30 457 46 75
Binary 11000010 1110110 10111110 0 100111 10 11000 100101111 100110 111101

Color Harmonies of #C276BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276BE

Black with #C276BE

Text Example


Text Example

White with #C276BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276BE; }

 p { color: rgb(194,118,190); }

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

background-color css

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

 a { background-color: rgb(194,118,190); }

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

border-color css

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

 span { border-color: rgb(194,118,190); }

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