Html Css Color HEX #C373BE Fuchsia

📋 copy color: '#C373BE'

red 195 ◦ green 115 ◦ blue 190

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

Shades of Fuchsia #C373BE

Tints of Fuchsia #C373BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23%

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

R = 39%
G = 23%
B = 38%

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

#C373BE (or 0xC373BE) is known color: Fuchsia. HEX triplet: C3, 73 and BE. RGB value is (195,115,190). Sum of RGB (Red+Green+Blue) = 195+115+190=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C373BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373BE is #3C8C41. Grayscale: #939393. Windows color (decimal): -3968066 or 12481475. OLE color: 12481475.

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

Color convert

RGB 195 115 190 -
CMYK 0 0.41 0.03 0.24
HSL 303.75º 0.4% 0.61% -
HSV(B) 303.75º 0.41% 0.76% -
XYZ 37.93 27.58 52.04 -
YUV 147.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 195 115 190 0 0.41 0.03 0.24 303.75 0.4 0.61
Hex C3 73 BE 0 29 3 18 130 28 3D
Octal 303 163 276 0 51 3 30 460 50 75
Binary 11000011 1110011 10111110 0 101001 11 11000 100110000 101000 111101

Color Harmonies of #C373BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373BE

Black with #C373BE

Text Example


Text Example

White with #C373BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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