Html Css Color HEX #C040BE Fuchsia

📋 copy color: '#C040BE'

red 192 ◦ green 64 ◦ blue 190

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

Shades of Fuchsia #C040BE

Tints of Fuchsia #C040BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.35%

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

R = 43.05%
G = 14.35%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C040BE (or 0xC040BE) is known color: Fuchsia. HEX triplet: C0, 40 and BE. RGB value is (192,64,190). Sum of RGB (Red+Green+Blue) = 192+64+190=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C040BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040BE is #3FBF41. Grayscale: #747474. Windows color (decimal): -4177730 or 12468416. OLE color: 12468416.

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

Color convert

RGB 192 64 190 -
CMYK 0 0.67 0.01 0.25
HSL 300.94º 0.5% 0.5% -
HSV(B) 300.94º 0.67% 0.75% -
XYZ 32.87 18.59 50.57 -
YUV 116.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 192 64 190 0 0.67 0.01 0.25 300.94 0.5 0.5
Hex C0 40 BE 0 43 1 19 12D 32 32
Octal 300 100 276 0 103 1 31 455 62 62
Binary 11000000 1000000 10111110 0 1000011 1 11001 100101101 110010 110010

Color Harmonies of #C040BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040BE

Black with #C040BE

Text Example


Text Example

White with #C040BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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