Html Css Color HEX #C373B6 Fuchsia

📋 copy color: '#C373B6'

red 195 ◦ green 115 ◦ blue 182

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

Shades of Fuchsia #C373B6

Tints of Fuchsia #C373B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.99%

R = 39.63%
G = 23.37%
B = 36.99%

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

#C373B6 (or 0xC373B6) is known color: Fuchsia. HEX triplet: C3, 73 and B6. RGB value is (195,115,182). Sum of RGB (Red+Green+Blue) = 195+115+182=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C373B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373B6 is #3C8C49. Grayscale: #929292. Windows color (decimal): -3968074 or 11957187. OLE color: 11957187.

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

Color convert

RGB 195 115 182 -
CMYK 0 0.41 0.07 0.24
HSL 309.75º 0.4% 0.61% -
HSV(B) 309.75º 0.41% 0.76% -
XYZ 37.08 27.24 47.56 -
YUV 146.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 195 115 182 0 0.41 0.07 0.24 309.75 0.4 0.61
Hex C3 73 B6 0 29 7 18 136 28 3D
Octal 303 163 266 0 51 7 30 466 50 75
Binary 11000011 1110011 10110110 0 101001 111 11000 100110110 101000 111101

Color Harmonies of #C373B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373B6

Black with #C373B6

Text Example


Text Example

White with #C373B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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