Html Css Color HEX #C076BE Fuchsia

📋 copy color: '#C076BE'

red 192 ◦ green 118 ◦ blue 190

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

Shades of Fuchsia #C076BE

Tints of Fuchsia #C076BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.6%

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

R = 38.4%
G = 23.6%
B = 38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C076BE (or 0xC076BE) is known color: Fuchsia. HEX triplet: C0, 76 and BE. RGB value is (192,118,190). Sum of RGB (Red+Green+Blue) = 192+118+190=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C076BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076BE is #3F8941. Grayscale: #949494. Windows color (decimal): -4163906 or 12482240. OLE color: 12482240.

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

Color convert

RGB 192 118 190 -
CMYK 0 0.39 0.01 0.25
HSL 301.62º 0.37% 0.61% -
HSV(B) 301.62º 0.39% 0.75% -
XYZ 37.51 27.88 52.12 -
YUV 148.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 192 118 190 0 0.39 0.01 0.25 301.62 0.37 0.61
Hex C0 76 BE 0 27 1 19 12E 25 3D
Octal 300 166 276 0 47 1 31 456 45 75
Binary 11000000 1110110 10111110 0 100111 1 11001 100101110 100101 111101

Color Harmonies of #C076BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076BE

Black with #C076BE

Text Example


Text Example

White with #C076BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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