Html Css Color HEX #C037C1 Fuchsia

📋 copy color: '#C037C1'

red 192 ◦ green 55 ◦ blue 193

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

Shades of Fuchsia #C037C1

Tints of Fuchsia #C037C1

RGB

 RED value IS 192 (75.39% from 255) = 43.64%

 GREEN value IS 55 (21.88% from 255) = 12.5%

 BLUE value IS 193 (75.78% from 255) = 43.86%

R = 43.64%
G = 12.5%
B = 43.86%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C037C1 (or 0xC037C1) is known color: Fuchsia. HEX triplet: C0, 37 and C1. RGB value is (192,55,193). Sum of RGB (Red+Green+Blue) = 192+55+193=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #C037C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C037C1 is #3FC83E. Grayscale: #6F6F6F. Windows color (decimal): -4180031 or 12662720. OLE color: 12662720.

HSL color Cylindrical-coordinate representation of color #C037C1: hue angle of 299.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C037C1 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 55 193 -
CMYK 0.01 0.72 0 0.24
HSL 299.57º 0.56% 0.49% -
HSV(B) 299.57º 0.72% 0.76% -
XYZ 32.73 17.79 52.16 -
YUV 111.7 173.89 185.28 -
System Red Green Blue C M Y K H S L
Decimal 192 55 193 0.01 0.72 0 0.24 299.57 0.56 0.49
Hex C0 37 C1 1 48 0 18 12C 38 31
Octal 300 67 301 1 110 0 30 454 70 61
Binary 11000000 110111 11000001 1 1001000 0 11000 100101100 111000 110001

Color Harmonies of #C037C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C037C1

Black with #C037C1

Text Example


Text Example

White with #C037C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C037C1; }

 p { color: rgb(192,55,193); }

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

background-color css

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

 a { background-color: rgb(192,55,193); }

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

border-color css

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

 span { border-color: rgb(192,55,193); }

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