Html Css Color HEX #C373C0 Fuchsia

📋 copy color: '#C373C0'

red 195 ◦ green 115 ◦ blue 192

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

Shades of Fuchsia #C373C0

Tints of Fuchsia #C373C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.25%

R = 38.84%
G = 22.91%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C373C0 (or 0xC373C0) is known color: Fuchsia. HEX triplet: C3, 73 and C0. RGB value is (195,115,192). Sum of RGB (Red+Green+Blue) = 195+115+192=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C373C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373C0 is #3C8C3F. Grayscale: #939393. Windows color (decimal): -3968064 or 12612547. OLE color: 12612547.

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

Color convert

RGB 195 115 192 -
CMYK 0 0.41 0.02 0.24
HSL 302.25º 0.4% 0.61% -
HSV(B) 302.25º 0.41% 0.76% -
XYZ 38.15 27.67 53.2 -
YUV 147.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 195 115 192 0 0.41 0.02 0.24 302.25 0.4 0.61
Hex C3 73 C0 0 29 2 18 12E 28 3D
Octal 303 163 300 0 51 2 30 456 50 75
Binary 11000011 1110011 11000000 0 101001 10 11000 100101110 101000 111101

Color Harmonies of #C373C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373C0

Black with #C373C0

Text Example


Text Example

White with #C373C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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