Html Css Color HEX #C274BE Fuchsia

📋 copy color: '#C274BE'

red 194 ◦ green 116 ◦ blue 190

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

Shades of Fuchsia #C274BE

Tints of Fuchsia #C274BE

RGB

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

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

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

R = 38.8%
G = 23.2%
B = 38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C274BE (or 0xC274BE) is known color: Fuchsia. HEX triplet: C2, 74 and BE. RGB value is (194,116,190). Sum of RGB (Red+Green+Blue) = 194+116+190=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C274BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274BE is #3D8B41. Grayscale: #939393. Windows color (decimal): -4033346 or 12481730. OLE color: 12481730.

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

Color convert

RGB 194 116 190 -
CMYK 0 0.40 0.02 0.24
HSL 303.08º 0.39% 0.61% -
HSV(B) 303.08º 0.4% 0.76% -
XYZ 37.79 27.68 52.07 -
YUV 147.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 194 116 190 0 0.40 0.02 0.24 303.08 0.39 0.61
Hex C2 74 BE 0 28 2 18 12F 27 3D
Octal 302 164 276 0 50 2 30 457 47 75
Binary 11000010 1110100 10111110 0 101000 10 11000 100101111 100111 111101

Color Harmonies of #C274BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274BE

Black with #C274BE

Text Example


Text Example

White with #C274BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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