Html Css Color HEX #C275BA Fuchsia

📋 copy color: '#C275BA'

red 194 ◦ green 117 ◦ blue 186

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

Shades of Fuchsia #C275BA

Tints of Fuchsia #C275BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.54%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 39.03%
G = 23.54%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C275BA (or 0xC275BA) is known color: Fuchsia. HEX triplet: C2, 75 and BA. RGB value is (194,117,186). Sum of RGB (Red+Green+Blue) = 194+117+186=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C275BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275BA is #3D8A45. Grayscale: #939393. Windows color (decimal): -4033094 or 12219842. OLE color: 12219842.

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

Color convert

RGB 194 117 186 -
CMYK 0 0.40 0.04 0.24
HSL 306.23º 0.39% 0.61% -
HSV(B) 306.23º 0.4% 0.76% -
XYZ 37.47 27.74 49.83 -
YUV 147.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 194 117 186 0 0.40 0.04 0.24 306.23 0.39 0.61
Hex C2 75 BA 0 28 4 18 132 27 3D
Octal 302 165 272 0 50 4 30 462 47 75
Binary 11000010 1110101 10111010 0 101000 100 11000 100110010 100111 111101

Color Harmonies of #C275BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275BA

Black with #C275BA

Text Example


Text Example

White with #C275BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275BA; }

 p { color: rgb(194,117,186); }

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

background-color css

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

 a { background-color: rgb(194,117,186); }

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

border-color css

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

 span { border-color: rgb(194,117,186); }

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