Html Css Color HEX #C374BA Fuchsia

📋 copy color: '#C374BA'

red 195 ◦ green 116 ◦ blue 186

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

Shades of Fuchsia #C374BA

Tints of Fuchsia #C374BA

RGB

 RED value IS 195 (76.56% from 255) = 39.24%

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

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

R = 39.24%
G = 23.34%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C374BA (or 0xC374BA) is known color: Fuchsia. HEX triplet: C3, 74 and BA. RGB value is (195,116,186). Sum of RGB (Red+Green+Blue) = 195+116+186=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C374BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374BA is #3C8B45. Grayscale: #939393. Windows color (decimal): -3967814 or 12219587. OLE color: 12219587.

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

Color convert

RGB 195 116 186 -
CMYK 0 0.41 0.05 0.24
HSL 306.84º 0.4% 0.61% -
HSV(B) 306.84º 0.41% 0.76% -
XYZ 37.61 27.64 49.81 -
YUV 147.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 195 116 186 0 0.41 0.05 0.24 306.84 0.4 0.61
Hex C3 74 BA 0 29 5 18 133 28 3D
Octal 303 164 272 0 51 5 30 463 50 75
Binary 11000011 1110100 10111010 0 101001 101 11000 100110011 101000 111101

Color Harmonies of #C374BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374BA

Black with #C374BA

Text Example


Text Example

White with #C374BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374BA; }

 p { color: rgb(195,116,186); }

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

background-color css

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

 a { background-color: rgb(195,116,186); }

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

border-color css

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

 span { border-color: rgb(195,116,186); }

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