Html Css Color HEX #C074BE Fuchsia

📋 copy color: '#C074BE'

red 192 ◦ green 116 ◦ blue 190

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

Shades of Fuchsia #C074BE

Tints of Fuchsia #C074BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.29%

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

R = 38.55%
G = 23.29%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C074BE (or 0xC074BE) is known color: Fuchsia. HEX triplet: C0, 74 and BE. RGB value is (192,116,190). Sum of RGB (Red+Green+Blue) = 192+116+190=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C074BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074BE is #3F8B41. Grayscale: #929292. Windows color (decimal): -4164418 or 12481728. OLE color: 12481728.

HSL color Cylindrical-coordinate representation of color #C074BE: hue angle of 301.58º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C074BE is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 190 -
CMYK 0 0.40 0.01 0.25
HSL 301.58º 0.38% 0.6% -
HSV(B) 301.58º 0.4% 0.75% -
XYZ 37.28 27.41 52.04 -
YUV 147.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 192 116 190 0 0.40 0.01 0.25 301.58 0.38 0.6
Hex C0 74 BE 0 28 1 19 12E 26 3C
Octal 300 164 276 0 50 1 31 456 46 74
Binary 11000000 1110100 10111110 0 101000 1 11001 100101110 100110 111100

Color Harmonies of #C074BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C074BE

Black with #C074BE

Text Example


Text Example

White with #C074BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C074BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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