Html Css Color HEX #C077BE Fuchsia

📋 copy color: '#C077BE'

red 192 ◦ green 119 ◦ blue 190

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

Shades of Fuchsia #C077BE

Tints of Fuchsia #C077BE

RGB

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

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

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

R = 38.32%
G = 23.75%
B = 37.92%

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

#C077BE (or 0xC077BE) is known color: Fuchsia. HEX triplet: C0, 77 and BE. RGB value is (192,119,190). Sum of RGB (Red+Green+Blue) = 192+119+190=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C077BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077BE is #3F8841. Grayscale: #949494. Windows color (decimal): -4163650 or 12482496. OLE color: 12482496.

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

Color convert

RGB 192 119 190 -
CMYK 0 0.38 0.01 0.25
HSL 301.64º 0.37% 0.61% -
HSV(B) 301.64º 0.38% 0.75% -
XYZ 37.63 28.12 52.16 -
YUV 148.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 192 119 190 0 0.38 0.01 0.25 301.64 0.37 0.61
Hex C0 77 BE 0 26 1 19 12E 25 3D
Octal 300 167 276 0 46 1 31 456 45 75
Binary 11000000 1110111 10111110 0 100110 1 11001 100101110 100101 111101

Color Harmonies of #C077BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077BE

Black with #C077BE

Text Example


Text Example

White with #C077BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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