Html Css Color HEX #C276B7 Fuchsia

📋 copy color: '#C276B7'

red 194 ◦ green 118 ◦ blue 183

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

Shades of Fuchsia #C276B7

Tints of Fuchsia #C276B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.97%

R = 39.19%
G = 23.84%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C276B7 (or 0xC276B7) is known color: Fuchsia. HEX triplet: C2, 76 and B7. RGB value is (194,118,183). Sum of RGB (Red+Green+Blue) = 194+118+183=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C276B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276B7 is #3D8948. Grayscale: #939393. Windows color (decimal): -4032841 or 12023490. OLE color: 12023490.

HSL color Cylindrical-coordinate representation of color #C276B7: hue angle of 308.68º 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 #C276B7 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 183 -
CMYK 0 0.39 0.06 0.24
HSL 308.68º 0.38% 0.61% -
HSV(B) 308.68º 0.39% 0.76% -
XYZ 37.27 27.85 48.21 -
YUV 148.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 194 118 183 0 0.39 0.06 0.24 308.68 0.38 0.61
Hex C2 76 B7 0 27 6 18 135 26 3D
Octal 302 166 267 0 47 6 30 465 46 75
Binary 11000010 1110110 10110111 0 100111 110 11000 100110101 100110 111101

Color Harmonies of #C276B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276B7

Black with #C276B7

Text Example


Text Example

White with #C276B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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