Html Css Color HEX #C037C0 Fuchsia

📋 copy color: '#C037C0'

red 192 ◦ green 55 ◦ blue 192

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

Shades of Fuchsia #C037C0

Tints of Fuchsia #C037C0

RGB

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

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

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

R = 43.74%
G = 12.53%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C037C0 (or 0xC037C0) is known color: Fuchsia. HEX triplet: C0, 37 and C0. RGB value is (192,55,192). Sum of RGB (Red+Green+Blue) = 192+55+192=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C037C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C037C0 is #3FC83F. Grayscale: #6F6F6F. Windows color (decimal): -4180032 or 12597184. OLE color: 12597184.

HSL color Cylindrical-coordinate representation of color #C037C0: hue angle of 300º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C037C0 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 192 -
CMYK 0 0.71 0 0.25
HSL 300º 0.55% 0.48% -
HSV(B) 300º 0.71% 0.75% -
XYZ 32.62 17.74 51.58 -
YUV 111.58 173.39 185.36 -
System Red Green Blue C M Y K H S L
Decimal 192 55 192 0 0.71 0 0.25 300 0.55 0.48
Hex C0 37 C0 0 47 0 19 12C 37 30
Octal 300 67 300 0 107 0 31 454 67 60
Binary 11000000 110111 11000000 0 1000111 0 11001 100101100 110111 110000

Color Harmonies of #C037C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C037C0

Black with #C037C0

Text Example


Text Example

White with #C037C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C037C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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