Html Css Color HEX #C038BF Fuchsia

📋 copy color: '#C038BF'

red 192 ◦ green 56 ◦ blue 191

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

Shades of Fuchsia #C038BF

Tints of Fuchsia #C038BF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.76%

 BLUE value IS 191 (75% from 255) = 43.51%

R = 43.74%
G = 12.76%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C038BF (or 0xC038BF) is known color: Fuchsia. HEX triplet: C0, 38 and BF. RGB value is (192,56,191). Sum of RGB (Red+Green+Blue) = 192+56+191=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C038BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038BF is #3FC740. Grayscale: #6F6F6F. Windows color (decimal): -4179777 or 12531904. OLE color: 12531904.

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

Color convert

RGB 192 56 191 -
CMYK 0 0.71 0.01 0.25
HSL 300.44º 0.55% 0.49% -
HSV(B) 300.44º 0.71% 0.75% -
XYZ 32.56 17.8 51.01 -
YUV 112.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 192 56 191 0 0.71 0.01 0.25 300.44 0.55 0.49
Hex C0 38 BF 0 47 1 19 12C 37 31
Octal 300 70 277 0 107 1 31 454 67 61
Binary 11000000 111000 10111111 0 1000111 1 11001 100101100 110111 110001

Color Harmonies of #C038BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038BF

Black with #C038BF

Text Example


Text Example

White with #C038BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038BF; }

 p { color: rgb(192,56,191); }

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

background-color css

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

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

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

border-color css

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

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

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