Html Css Color HEX #C374BD Fuchsia

📋 copy color: '#C374BD'

red 195 ◦ green 116 ◦ blue 189

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

Shades of Fuchsia #C374BD

Tints of Fuchsia #C374BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 39%
G = 23.2%
B = 37.8%

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

#C374BD (or 0xC374BD) is known color: Fuchsia. HEX triplet: C3, 74 and BD. RGB value is (195,116,189). Sum of RGB (Red+Green+Blue) = 195+116+189=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C374BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374BD is #3C8B42. Grayscale: #939393. Windows color (decimal): -3967811 or 12416195. OLE color: 12416195.

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

Color convert

RGB 195 116 189 -
CMYK 0 0.41 0.03 0.24
HSL 304.56º 0.4% 0.61% -
HSV(B) 304.56º 0.41% 0.76% -
XYZ 37.94 27.77 51.5 -
YUV 147.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 195 116 189 0 0.41 0.03 0.24 304.56 0.4 0.61
Hex C3 74 BD 0 29 3 18 131 28 3D
Octal 303 164 275 0 51 3 30 461 50 75
Binary 11000011 1110100 10111101 0 101001 11 11000 100110001 101000 111101

Color Harmonies of #C374BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374BD

Black with #C374BD

Text Example


Text Example

White with #C374BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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