Html Css Color HEX #C078BE Fuchsia

📋 copy color: '#C078BE'

red 192 ◦ green 120 ◦ blue 190

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

Shades of Fuchsia #C078BE

Tints of Fuchsia #C078BE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.9%

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 38.25%
G = 23.9%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C078BE (or 0xC078BE) is known color: Fuchsia. HEX triplet: C0, 78 and BE. RGB value is (192,120,190). Sum of RGB (Red+Green+Blue) = 192+120+190=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C078BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078BE is #3F8741. Grayscale: #959595. Windows color (decimal): -4163394 or 12482752. OLE color: 12482752.

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

Color convert

RGB 192 120 190 -
CMYK 0 0.38 0.01 0.25
HSL 301.67º 0.36% 0.61% -
HSV(B) 301.67º 0.38% 0.75% -
XYZ 37.75 28.36 52.2 -
YUV 149.51 150.85 158.31 -
System Red Green Blue C M Y K H S L
Decimal 192 120 190 0 0.38 0.01 0.25 301.67 0.36 0.61
Hex C0 78 BE 0 26 1 19 12E 24 3D
Octal 300 170 276 0 46 1 31 456 44 75
Binary 11000000 1111000 10111110 0 100110 1 11001 100101110 100100 111101

Color Harmonies of #C078BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078BE

Black with #C078BE

Text Example


Text Example

White with #C078BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078BE; }

 p { color: rgb(192,120,190); }

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

background-color css

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

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

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

border-color css

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

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

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