Html Css Color HEX #C274BB Fuchsia

📋 copy color: '#C274BB'

red 194 ◦ green 116 ◦ blue 187

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

Shades of Fuchsia #C274BB

Tints of Fuchsia #C274BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.34%

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

R = 39.03%
G = 23.34%
B = 37.63%

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

#C274BB (or 0xC274BB) is known color: Fuchsia. HEX triplet: C2, 74 and BB. RGB value is (194,116,187). Sum of RGB (Red+Green+Blue) = 194+116+187=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C274BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274BB is #3D8B44. Grayscale: #939393. Windows color (decimal): -4033349 or 12285122. OLE color: 12285122.

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

Color convert

RGB 194 116 187 -
CMYK 0 0.40 0.04 0.24
HSL 305.38º 0.39% 0.61% -
HSV(B) 305.38º 0.4% 0.76% -
XYZ 37.46 27.55 50.36 -
YUV 147.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 194 116 187 0 0.40 0.04 0.24 305.38 0.39 0.61
Hex C2 74 BB 0 28 4 18 131 27 3D
Octal 302 164 273 0 50 4 30 461 47 75
Binary 11000010 1110100 10111011 0 101000 100 11000 100110001 100111 111101

Color Harmonies of #C274BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274BB

Black with #C274BB

Text Example


Text Example

White with #C274BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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