Html Css Color HEX #C373B4 Fuchsia

📋 copy color: '#C373B4'

red 195 ◦ green 115 ◦ blue 180

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

Shades of Fuchsia #C373B4

Tints of Fuchsia #C373B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.73%

R = 39.8%
G = 23.47%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C373B4 (or 0xC373B4) is known color: Fuchsia. HEX triplet: C3, 73 and B4. RGB value is (195,115,180). Sum of RGB (Red+Green+Blue) = 195+115+180=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C373B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373B4 is #3C8C4B. Grayscale: #929292. Windows color (decimal): -3968076 or 11826115. OLE color: 11826115.

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

Color convert

RGB 195 115 180 -
CMYK 0 0.41 0.08 0.24
HSL 311.25º 0.4% 0.61% -
HSV(B) 311.25º 0.41% 0.76% -
XYZ 36.87 27.16 46.48 -
YUV 146.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 195 115 180 0 0.41 0.08 0.24 311.25 0.4 0.61
Hex C3 73 B4 0 29 8 18 137 28 3D
Octal 303 163 264 0 51 10 30 467 50 75
Binary 11000011 1110011 10110100 0 101001 1000 11000 100110111 101000 111101

Color Harmonies of #C373B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373B4

Black with #C373B4

Text Example


Text Example

White with #C373B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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