Html Css Color HEX #C038AC Fuchsia

📋 copy color: '#C038AC'

red 192 ◦ green 56 ◦ blue 172

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

Shades of Fuchsia #C038AC

Tints of Fuchsia #C038AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 45.71%
G = 13.33%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C038AC (or 0xC038AC) is known color: Fuchsia. HEX triplet: C0, 38 and AC. RGB value is (192,56,172). Sum of RGB (Red+Green+Blue) = 192+56+172=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C038AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C038AC is #3FC753. Grayscale: #6D6D6D. Windows color (decimal): -4179796 or 11286720. OLE color: 11286720.

HSL color Cylindrical-coordinate representation of color #C038AC: hue angle of 308.82º 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 #C038AC is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 56 172 -
CMYK 0 0.71 0.10 0.25
HSL 308.82º 0.55% 0.49% -
HSV(B) 308.82º 0.71% 0.75% -
XYZ 30.6 17.01 40.7 -
YUV 109.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 192 56 172 0 0.71 0.10 0.25 308.82 0.55 0.49
Hex C0 38 AC 0 47 A 19 135 37 31
Octal 300 70 254 0 107 12 31 465 67 61
Binary 11000000 111000 10101100 0 1000111 1010 11001 100110101 110111 110001

Color Harmonies of #C038AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C038AC

Black with #C038AC

Text Example


Text Example

White with #C038AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C038AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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