Html Css Color HEX #C078BB Fuchsia

📋 copy color: '#C078BB'

red 192 ◦ green 120 ◦ blue 187

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

Shades of Fuchsia #C078BB

Tints of Fuchsia #C078BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.47%

R = 38.48%
G = 24.05%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C078BB (or 0xC078BB) is known color: Fuchsia. HEX triplet: C0, 78 and BB. RGB value is (192,120,187). Sum of RGB (Red+Green+Blue) = 192+120+187=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C078BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078BB is #3F8744. Grayscale: #949494. Windows color (decimal): -4163397 or 12286144. OLE color: 12286144.

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

Color convert

RGB 192 120 187 -
CMYK 0 0.38 0.03 0.25
HSL 304.17º 0.36% 0.61% -
HSV(B) 304.17º 0.38% 0.75% -
XYZ 37.42 28.23 50.49 -
YUV 149.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 192 120 187 0 0.38 0.03 0.25 304.17 0.36 0.61
Hex C0 78 BB 0 26 3 19 130 24 3D
Octal 300 170 273 0 46 3 31 460 44 75
Binary 11000000 1111000 10111011 0 100110 11 11001 100110000 100100 111101

Color Harmonies of #C078BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078BB

Black with #C078BB

Text Example


Text Example

White with #C078BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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