Html Css Color HEX #C275BB Fuchsia

📋 copy color: '#C275BB'

red 194 ◦ green 117 ◦ blue 187

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

Shades of Fuchsia #C275BB

Tints of Fuchsia #C275BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 38.96%
G = 23.49%
B = 37.55%

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

#C275BB (or 0xC275BB) is known color: Fuchsia. HEX triplet: C2, 75 and BB. RGB value is (194,117,187). Sum of RGB (Red+Green+Blue) = 194+117+187=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C275BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275BB is #3D8A44. Grayscale: #939393. Windows color (decimal): -4033093 or 12285378. OLE color: 12285378.

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

Color convert

RGB 194 117 187 -
CMYK 0 0.40 0.04 0.24
HSL 305.45º 0.39% 0.61% -
HSV(B) 305.45º 0.4% 0.76% -
XYZ 37.58 27.78 50.4 -
YUV 148 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 194 117 187 0 0.40 0.04 0.24 305.45 0.39 0.61
Hex C2 75 BB 0 28 4 18 131 27 3D
Octal 302 165 273 0 50 4 30 461 47 75
Binary 11000010 1110101 10111011 0 101000 100 11000 100110001 100111 111101

Color Harmonies of #C275BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275BB

Black with #C275BB

Text Example


Text Example

White with #C275BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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