Html Css Color HEX #C373BC Fuchsia

📋 copy color: '#C373BC'

red 195 ◦ green 115 ◦ blue 188

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

Shades of Fuchsia #C373BC

Tints of Fuchsia #C373BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.75%

R = 39.16%
G = 23.09%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C373BC (or 0xC373BC) is known color: Fuchsia. HEX triplet: C3, 73 and BC. RGB value is (195,115,188). Sum of RGB (Red+Green+Blue) = 195+115+188=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C373BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373BC is #3C8C43. Grayscale: #939393. Windows color (decimal): -3968068 or 12350403. OLE color: 12350403.

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

Color convert

RGB 195 115 188 -
CMYK 0 0.41 0.04 0.24
HSL 305.25º 0.4% 0.61% -
HSV(B) 305.25º 0.41% 0.76% -
XYZ 37.71 27.49 50.9 -
YUV 147.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 195 115 188 0 0.41 0.04 0.24 305.25 0.4 0.61
Hex C3 73 BC 0 29 4 18 131 28 3D
Octal 303 163 274 0 51 4 30 461 50 75
Binary 11000011 1110011 10111100 0 101001 100 11000 100110001 101000 111101

Color Harmonies of #C373BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373BC

Black with #C373BC

Text Example


Text Example

White with #C373BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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