Html Css Color HEX #C078BC Fuchsia

📋 copy color: '#C078BC'

red 192 ◦ green 120 ◦ blue 188

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

Shades of Fuchsia #C078BC

Tints of Fuchsia #C078BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.6%

R = 38.4%
G = 24%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C078BC (or 0xC078BC) is known color: Fuchsia. HEX triplet: C0, 78 and BC. RGB value is (192,120,188). Sum of RGB (Red+Green+Blue) = 192+120+188=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C078BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078BC is #3F8743. Grayscale: #959595. Windows color (decimal): -4163396 or 12351680. OLE color: 12351680.

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

Color convert

RGB 192 120 188 -
CMYK 0 0.38 0.02 0.25
HSL 303.33º 0.36% 0.61% -
HSV(B) 303.33º 0.38% 0.75% -
XYZ 37.53 28.27 51.06 -
YUV 149.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 192 120 188 0 0.38 0.02 0.25 303.33 0.36 0.61
Hex C0 78 BC 0 26 2 19 12F 24 3D
Octal 300 170 274 0 46 2 31 457 44 75
Binary 11000000 1111000 10111100 0 100110 10 11001 100101111 100100 111101

Color Harmonies of #C078BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078BC

Black with #C078BC

Text Example


Text Example

White with #C078BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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