Html Css Color HEX #C274BC Fuchsia

📋 copy color: '#C274BC'

red 194 ◦ green 116 ◦ blue 188

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

Shades of Fuchsia #C274BC

Tints of Fuchsia #C274BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.75%

R = 38.96%
G = 23.29%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C274BC (or 0xC274BC) is known color: Fuchsia. HEX triplet: C2, 74 and BC. RGB value is (194,116,188). Sum of RGB (Red+Green+Blue) = 194+116+188=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C274BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274BC is #3D8B43. Grayscale: #939393. Windows color (decimal): -4033348 or 12350658. OLE color: 12350658.

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

Color convert

RGB 194 116 188 -
CMYK 0 0.40 0.03 0.24
HSL 304.62º 0.39% 0.61% -
HSV(B) 304.62º 0.4% 0.76% -
XYZ 37.57 27.59 50.92 -
YUV 147.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 194 116 188 0 0.40 0.03 0.24 304.62 0.39 0.61
Hex C2 74 BC 0 28 3 18 131 27 3D
Octal 302 164 274 0 50 3 30 461 47 75
Binary 11000010 1110100 10111100 0 101000 11 11000 100110001 100111 111101

Color Harmonies of #C274BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274BC

Black with #C274BC

Text Example


Text Example

White with #C274BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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