Html Css Color HEX #C374BE Fuchsia

📋 copy color: '#C374BE'

red 195 ◦ green 116 ◦ blue 190

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

Shades of Fuchsia #C374BE

Tints of Fuchsia #C374BE

RGB

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

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

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

R = 38.92%
G = 23.15%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C374BE (or 0xC374BE) is known color: Fuchsia. HEX triplet: C3, 74 and BE. RGB value is (195,116,190). Sum of RGB (Red+Green+Blue) = 195+116+190=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C374BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374BE is #3C8B41. Grayscale: #939393. Windows color (decimal): -3967810 or 12481731. OLE color: 12481731.

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

Color convert

RGB 195 116 190 -
CMYK 0 0.41 0.03 0.24
HSL 303.8º 0.4% 0.61% -
HSV(B) 303.8º 0.41% 0.76% -
XYZ 38.05 27.81 52.08 -
YUV 148.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 195 116 190 0 0.41 0.03 0.24 303.8 0.4 0.61
Hex C3 74 BE 0 29 3 18 130 28 3D
Octal 303 164 276 0 51 3 30 460 50 75
Binary 11000011 1110100 10111110 0 101001 11 11000 100110000 101000 111101

Color Harmonies of #C374BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374BE

Black with #C374BE

Text Example


Text Example

White with #C374BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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