Html Css Color HEX #C077BC Fuchsia

📋 copy color: '#C077BC'

red 192 ◦ green 119 ◦ blue 188

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

Shades of Fuchsia #C077BC

Tints of Fuchsia #C077BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.85%

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

R = 38.48%
G = 23.85%
B = 37.68%

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

#C077BC (or 0xC077BC) is known color: Fuchsia. HEX triplet: C0, 77 and BC. RGB value is (192,119,188). Sum of RGB (Red+Green+Blue) = 192+119+188=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C077BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077BC is #3F8843. Grayscale: #949494. Windows color (decimal): -4163652 or 12351424. OLE color: 12351424.

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

Color convert

RGB 192 119 188 -
CMYK 0 0.38 0.02 0.25
HSL 303.29º 0.37% 0.61% -
HSV(B) 303.29º 0.38% 0.75% -
XYZ 37.41 28.03 51.02 -
YUV 148.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 192 119 188 0 0.38 0.02 0.25 303.29 0.37 0.61
Hex C0 77 BC 0 26 2 19 12F 25 3D
Octal 300 167 274 0 46 2 31 457 45 75
Binary 11000000 1110111 10111100 0 100110 10 11001 100101111 100101 111101

Color Harmonies of #C077BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077BC

Black with #C077BC

Text Example


Text Example

White with #C077BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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