Html Css Color HEX #C373B5 Fuchsia

📋 copy color: '#C373B5'

red 195 ◦ green 115 ◦ blue 181

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

Shades of Fuchsia #C373B5

Tints of Fuchsia #C373B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.86%

R = 39.71%
G = 23.42%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C373B5 (or 0xC373B5) is known color: Fuchsia. HEX triplet: C3, 73 and B5. RGB value is (195,115,181). Sum of RGB (Red+Green+Blue) = 195+115+181=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C373B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373B5 is #3C8C4A. Grayscale: #929292. Windows color (decimal): -3968075 or 11891651. OLE color: 11891651.

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

Color convert

RGB 195 115 181 -
CMYK 0 0.41 0.07 0.24
HSL 310.5º 0.4% 0.61% -
HSV(B) 310.5º 0.41% 0.76% -
XYZ 36.98 27.2 47.02 -
YUV 146.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 195 115 181 0 0.41 0.07 0.24 310.5 0.4 0.61
Hex C3 73 B5 0 29 7 18 136 28 3D
Octal 303 163 265 0 51 7 30 466 50 75
Binary 11000011 1110011 10110101 0 101001 111 11000 100110110 101000 111101

Color Harmonies of #C373B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373B5

Black with #C373B5

Text Example


Text Example

White with #C373B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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